p

postgresql

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