is not current version
Last Version 9.1-901-1.jdbc4

postgresql:postgresql 9.0-801.jdbc4

The PostgreSQL Driver JDBC4

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

postgresql
ArtifactId

ArtifactId

postgresql
Version

Version

9.0-801.jdbc4
Type

Type

jar

Download postgresql 9.0-801.jdbc4


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