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

postgresql:postgresql 7.4


Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

postgresql
ArtifactId

ArtifactId

postgresql
Version

Version

7.4
Type

Type

jar

Download postgresql 7.4


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