Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.rocketfuel.sdbc.postgresql |
ArtifactId | ArtifactIdjdbc_2.12 |
Last Version | Last Version2.0-RC0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jdbc_2.12-2.0-RC0.pom | |
jdbc_2.12-2.0-RC0-tests.jar | 78 KB |
jdbc_2.12-2.0-RC0-tests-sources.jar | 13 KB |
jdbc_2.12-2.0-RC0-tests-javadoc.jar | 823 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rocketfuel.sdbc.postgresql/jdbc_2.12/ -->
<dependency>
<groupId>com.rocketfuel.sdbc.postgresql</groupId>
<artifactId>jdbc_2.12</artifactId>
<version>2.0-RC0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc.postgresql/jdbc_2.12/
implementation 'com.rocketfuel.sdbc.postgresql:jdbc_2.12:2.0-RC0'
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc.postgresql/jdbc_2.12/
implementation ("com.rocketfuel.sdbc.postgresql:jdbc_2.12:2.0-RC0")
'com.rocketfuel.sdbc.postgresql:jdbc_2.12:jar:2.0-RC0'
<dependency org="com.rocketfuel.sdbc.postgresql" name="jdbc_2.12" rev="2.0-RC0">
<artifact name="jdbc_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rocketfuel.sdbc.postgresql', module='jdbc_2.12', version='2.0-RC0')
)
libraryDependencies += "com.rocketfuel.sdbc.postgresql" % "jdbc_2.12" % "2.0-RC0"
[com.rocketfuel.sdbc.postgresql/jdbc_2.12 "2.0-RC0"]