is not current version
Last Version 42.4.0

org.postgresql:postgresql 9.3-1103-jdbc41

The PostgreSQL Driver JDBC41

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

postgresql
Version

Version

9.3-1103-jdbc41
Type

Type

jar

Download postgresql 9.3-1103-jdbc41


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