tarao / bullet-scala   0.0.2

MIT License GitHub

A monadic library to resolve object relations with the aim of avoiding the N+1 query problem.

Scala versions: 2.11

bullet 0.0.2


Group ID:
com.github.tarao
Artifact ID:
bullet_2.11
Version:
0.0.2
Release Date:
Aug 13, 2015
Licenses:
MIT
Files:

libraryDependencies += "com.github.tarao" %% "bullet" % "0.0.2"

Mill build tool

ivy"com.github.tarao::bullet:0.0.2"

Scala CLI

//> using dep "com.github.tarao::bullet:0.0.2"

Ammonite REPL

import $ivy.`com.github.tarao::bullet:0.0.2`

<dependency>
  <groupId>com.github.tarao</groupId>
  <artifactId>bullet_2.11</artifactId>
  <version>0.0.2</version>
</dependency>

compile group: 'com.github.tarao', name: 'bullet_2.11', version: '0.0.2'