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