p

postgresql

PostgreSQL JDBC Driver JDBC4
http://jdbc.postgresql.org
The PostgreSQL License
Dave Cramer Kris Jurka Oliver Jowett Craig Ringer
Files download
File Operation
postgresql-9.4-1204-jdbc4.jar download
postgresql-9.4-1204-jdbc4.pom download
postgresql-9.4-1204-jdbc4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.postgresql</groupId>
  <artifactId>postgresql</artifactId>
  <version>9.4-1204-jdbc4</version>
</dependency>
Gradle Groovy
implementation 'org.postgresql:postgresql:9.4-1204-jdbc4'
Gradle Kotlin
implementation("org.postgresql:postgresql:9.4-1204-jdbc4")
Scala SBT
libraryDependencies += "org.postgresql" % "postgresql" % "9.4-1204-jdbc4"
Groovy Grape
@Grapes(
  @Grab(group='org.postgresql', module='postgresql', version='9.4-1204-jdbc4')
)
Apache Ivy
<dependency org="org.postgresql" name="postgresql" rev="9.4-1204-jdbc4" />
Leiningen
[org.postgresql/postgresql "9.4-1204-jdbc4"]
Apache Buildr
'org.postgresql:postgresql:jar:9.4-1204-jdbc4'