Last Version

PostgreSQL JDBC Driver 9.1-901-1.jdbc4

The PostgreSQL Driver JDBC4

License

License

BSD License
Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

postgresql
ArtifactId

ArtifactId

postgresql
Version

Version

9.1-901-1.jdbc4
Type

Type

jar
Description

Description

PostgreSQL JDBC Driver
The PostgreSQL Driver JDBC4
Project URL

Project URL

http://jdbc.postgresql.org

Download postgresql 9.1-901-1.jdbc4


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.