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

postgresql:postgresql 7.4.1


Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

postgresql
ArtifactId

ArtifactId

postgresql
Version

Version

7.4.1
Type

Type

jar

Download postgresql 7.4.1


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