postgresql-async_2.11 0.2.19


Group ID:
com.github.mauricio
Artifact ID:
postgresql-async_2.11
Version:
0.2.19
Release Date:
Mar 18, 2016
Licenses:

libraryDependencies += "com.github.mauricio" % "postgresql-async_2.11" % "0.2.19"
resolvers += Resolver.bintrayJCenter

Mill build tool

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

Scala CLI

//> using dep "com.github.mauricio:postgresql-async_2.11:0.2.19"

Ammonite REPL

import $ivy.`com.github.mauricio:postgresql-async_2.11: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.11</artifactId>
  <version>0.2.19</version>
</dependency>

compile group: 'com.github.mauricio', name: 'postgresql-async_2.11', version: '0.2.19'