is not current version
Last Version 42.4.0

org.postgresql:postgresql 9.2-1003-jdbc3

The PostgreSQL Driver JDBC3

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

postgresql
Version

Version

9.2-1003-jdbc3
Type

Type

jar

Download postgresql 9.2-1003-jdbc3


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