Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdcom.rocketfuel.sdbc |
ArtifactId | ArtifactIdpostgresql-jdbc_2.12 |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rocketfuel.sdbc/postgresql-jdbc_2.12/ -->
<dependency>
<groupId>com.rocketfuel.sdbc</groupId>
<artifactId>postgresql-jdbc_2.12</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc/postgresql-jdbc_2.12/
implementation 'com.rocketfuel.sdbc:postgresql-jdbc_2.12:2.0.1'
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc/postgresql-jdbc_2.12/
implementation ("com.rocketfuel.sdbc:postgresql-jdbc_2.12:2.0.1")
'com.rocketfuel.sdbc:postgresql-jdbc_2.12:jar:2.0.1'
<dependency org="com.rocketfuel.sdbc" name="postgresql-jdbc_2.12" rev="2.0.1">
<artifact name="postgresql-jdbc_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rocketfuel.sdbc', module='postgresql-jdbc_2.12', version='2.0.1')
)
libraryDependencies += "com.rocketfuel.sdbc" % "postgresql-jdbc_2.12" % "2.0.1"
[com.rocketfuel.sdbc/postgresql-jdbc_2.12 "2.0.1"]