jdbc 1.0


Group ID:
com.rocketfuel.sdbc.postgresql
Artifact ID:
jdbc_2.11
Version:
1.0
Release Date:
Sep 22, 2015
Licenses:
Files:

libraryDependencies += "com.rocketfuel.sdbc.postgresql" %% "jdbc" % "1.0"

Mill build tool

ivy"com.rocketfuel.sdbc.postgresql::jdbc:1.0"

Scala CLI

//> using dep "com.rocketfuel.sdbc.postgresql::jdbc:1.0"

Ammonite REPL

import $ivy.`com.rocketfuel.sdbc.postgresql::jdbc:1.0`

<dependency>
  <groupId>com.rocketfuel.sdbc.postgresql</groupId>
  <artifactId>jdbc_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.rocketfuel.sdbc.postgresql', name: 'jdbc_2.11', version: '1.0'