db-async-base 0.2.8


Group ID:
com.github.mauricio
Artifact ID:
db-async-base_2.10
Version:
0.2.8
Release Date:
Jul 27, 2014
Licenses:

libraryDependencies += "com.github.mauricio" %% "db-async-base" % "0.2.8"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.mauricio::db-async-base:0.2.8"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.mauricio::db-async-base:0.2.8"

Ammonite REPL

import $ivy.`com.github.mauricio::db-async-base:0.2.8`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.mauricio</groupId>
  <artifactId>db-async-base_2.10</artifactId>
  <version>0.2.8</version>
</dependency>

compile group: 'com.github.mauricio', name: 'db-async-base_2.10', version: '0.2.8'