postgresql-async 0.2.19
Group ID:
com.github.mauricio
Artifact ID:
postgresql-async_2.10
Version:
0.2.19
Release Date:
Mar 23, 2016
Licenses:
libraryDependencies += "com.github.mauricio" % "postgresql-async_2.10" % "0.2.19" resolvers += Resolver.bintrayJCenter
ivy"com.github.mauricio:postgresql-async_2.10:0.2.19" MavenRepository("https://jcenter.bintray.com")
//> using dep "com.github.mauricio:postgresql-async_2.10:0.2.19"
import $ivy.`com.github.mauricio:postgresql-async_2.10:0.2.19` 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>postgresql-async_2.10</artifactId> <version>0.2.19</version> </dependency>
compile group: 'com.github.mauricio', name: 'postgresql-async_2.10', version: '0.2.19'