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

postgresql:postgresql 8.4-701.jdbc4

The PostgreSQL Driver JDBC4

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

postgresql
ArtifactId

ArtifactId

postgresql
Version

Version

8.4-701.jdbc4
Type

Type

jar

Download postgresql 8.4-701.jdbc4


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