License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.rocketfuel.sdbc |
ArtifactId | ArtifactIdpostgresql-jdbc_2.11 |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpostgresql-jdbc
An implementation of SDBC for accessing PostgreSQL using JDBC.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.rocketfuel.sdbc/postgresql-jdbc_2.11/ -->
<dependency>
<groupId>com.rocketfuel.sdbc</groupId>
<artifactId>postgresql-jdbc_2.11</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc/postgresql-jdbc_2.11/
implementation 'com.rocketfuel.sdbc:postgresql-jdbc_2.11:4.0.0'
// https://jarcasting.com/artifacts/com.rocketfuel.sdbc/postgresql-jdbc_2.11/
implementation ("com.rocketfuel.sdbc:postgresql-jdbc_2.11:4.0.0")
'com.rocketfuel.sdbc:postgresql-jdbc_2.11:jar:4.0.0'
<dependency org="com.rocketfuel.sdbc" name="postgresql-jdbc_2.11" rev="4.0.0">
<artifact name="postgresql-jdbc_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rocketfuel.sdbc', module='postgresql-jdbc_2.11', version='4.0.0')
)
libraryDependencies += "com.rocketfuel.sdbc" % "postgresql-jdbc_2.11" % "4.0.0"
[com.rocketfuel.sdbc/postgresql-jdbc_2.11 "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
com.rocketfuel.sdbc : jdbc_2.11 | jar | 4.0.0 |
org.postgresql : postgresql | jar | 42.2.12.jre7 |
org.scala-lang.modules : scala-xml_2.11 | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
io.argonaut : argonaut_2.11 | jar | 6.2.5 |
org.json4s : json4s-jackson_2.11 | jar | 3.6.7 |
org.json4s : json4s-native_2.11 | jar | 3.6.7 |
io.circe : circe-parser_2.11 | jar | 0.11.2 |
Group / Artifact | Type | Version |
---|---|---|
ru.yandex.qatools.embed : postgresql-embedded | jar | 2.10 |