o

org.postgresql

This bundle simply wraps postgresql-${postgresql.version}.jar.
Files download
File Operation
org.postgresql-9.1.901.jdbc4.1-rc8.jar download
org.postgresql-9.1.901.jdbc4.1-rc8.pom download
org.postgresql-9.1.901.jdbc4.1-rc8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ancoron.postgresql</groupId>
  <artifactId>org.postgresql</artifactId>
  <version>9.1.901.jdbc4.1-rc8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ancoron.postgresql:org.postgresql:9.1.901.jdbc4.1-rc8'
Gradle Kotlin
implementation("org.ancoron.postgresql:org.postgresql:9.1.901.jdbc4.1-rc8")
Scala SBT
libraryDependencies += "org.ancoron.postgresql" % "org.postgresql" % "9.1.901.jdbc4.1-rc8"
Groovy Grape
@Grapes(
  @Grab(group='org.ancoron.postgresql', module='org.postgresql', version='9.1.901.jdbc4.1-rc8')
)
Apache Ivy
<dependency org="org.ancoron.postgresql" name="org.postgresql" rev="9.1.901.jdbc4.1-rc8" />
Leiningen
[org.ancoron.postgresql/org.postgresql "9.1.901.jdbc4.1-rc8"]
Apache Buildr
'org.ancoron.postgresql:org.postgresql:jar:9.1.901.jdbc4.1-rc8'