o

org.postgresql.osgi

This OSGi bundle provides support for OSGi/JDBC aka. RFC #122 for PostgreSQL version ${postgresql.version}
Files download
File Operation
org.postgresql.osgi-9.1.901.jdbc4.1-rc4.jar download
org.postgresql.osgi-9.1.901.jdbc4.1-rc4.pom download
org.postgresql.osgi-9.1.901.jdbc4.1-rc4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ancoron.postgresql</groupId>
  <artifactId>org.postgresql.osgi</artifactId>
  <version>9.1.901.jdbc4.1-rc4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ancoron.postgresql:org.postgresql.osgi:9.1.901.jdbc4.1-rc4'
Gradle Kotlin
implementation("org.ancoron.postgresql:org.postgresql.osgi:9.1.901.jdbc4.1-rc4")
Scala SBT
libraryDependencies += "org.ancoron.postgresql" % "org.postgresql.osgi" % "9.1.901.jdbc4.1-rc4"
Groovy Grape
@Grapes(
  @Grab(group='org.ancoron.postgresql', module='org.postgresql.osgi', version='9.1.901.jdbc4.1-rc4')
)
Apache Ivy
<dependency org="org.ancoron.postgresql" name="org.postgresql.osgi" rev="9.1.901.jdbc4.1-rc4" />
Leiningen
[org.ancoron.postgresql/org.postgresql.osgi "9.1.901.jdbc4.1-rc4"]
Apache Buildr
'org.ancoron.postgresql:org.postgresql.osgi:jar:9.1.901.jdbc4.1-rc4'