postgresql-async_2.10 0.2.9


Group ID:
com.github.mauricio
Artifact ID:
postgresql-async_2.10
Version:
0.2.9
Release Date:
Jan 18, 2015
Licenses:

libraryDependencies += "com.github.mauricio" % "postgresql-async_2.10" % "0.2.9"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.mauricio:postgresql-async_2.10:0.2.9"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.mauricio:postgresql-async_2.10:0.2.9"

Ammonite REPL

import $ivy.`com.github.mauricio:postgresql-async_2.10:0.2.9`
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.9</version>
</dependency>

compile group: 'com.github.mauricio', name: 'postgresql-async_2.10', version: '0.2.9'