p

postgresql

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