is not current version
Last Version 2.0-RC0

com.rocketfuel.sdbc.postgresql:jdbc_2.11 1.0

An implementation of SDBC for accessing PostgreSQL using JDBC.

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

com.rocketfuel.sdbc.postgresql
ArtifactId

ArtifactId

jdbc_2.11
Version

Version

1.0
Type

Type

jar

Download jdbc_2.11 1.0


<!-- https://jarcasting.com/artifacts/com.rocketfuel.sdbc.postgresql/jdbc_2.11/ -->
<dependency>
    <groupId>com.rocketfuel.sdbc.postgresql</groupId>
    <artifactId>jdbc_2.11</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc.postgresql/jdbc_2.11/
implementation 'com.rocketfuel.sdbc.postgresql:jdbc_2.11:1.0'
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc.postgresql/jdbc_2.11/
implementation ("com.rocketfuel.sdbc.postgresql:jdbc_2.11:1.0")
'com.rocketfuel.sdbc.postgresql:jdbc_2.11:jar:1.0'
<dependency org="com.rocketfuel.sdbc.postgresql" name="jdbc_2.11" rev="1.0">
  <artifact name="jdbc_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rocketfuel.sdbc.postgresql', module='jdbc_2.11', version='1.0')
)
libraryDependencies += "com.rocketfuel.sdbc.postgresql" % "jdbc_2.11" % "1.0"
[com.rocketfuel.sdbc.postgresql/jdbc_2.11 "1.0"]