postgresql-async_2.10 0.2.15


Group ID:
com.github.mauricio
Artifact ID:
postgresql-async_2.10
Version:
0.2.15
Release Date:
Sept 30, 2014
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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