Download org.postgresql.osgi-9.1.901.jdbc4.1-rc8.jar file - Jar o

Jar examples for o:org.postgresql

Description

This OSGi bundle provides support for OSGi/JDBC aka. RFC #122 for PostgreSQL version ${postgresql.version}

You can download jar file org.postgresql.osgi 9.1.901.jdbc4.1-rc8 in this page.

Build File

You can use the following script to add org.postgresql.osgi-9.1.901.jdbc4.1-rc8.jar to your project.

<dependency>
   <groupId>org.ancoron.postgresql</groupId>
   <artifactId>org.postgresql.osgi</artifactId>
   <version>9.1.901.jdbc4.1-rc8</version>
</dependency>
compile group: 'org.ancoron.postgresql', name: 'org.postgresql.osgi', version: '9.1.901.jdbc4.1-rc8'
libraryDependencies += "org.ancoron.postgresql" % "org.postgresql.osgi" % "9.1.901.jdbc4.1-rc8"
<dependency org="org.ancoron.postgresql" name="org.postgresql.osgi" rev="9.1.901.jdbc4.1-rc8"/>
@Grapes(@Grab(group='org.ancoron.postgresql', module='org.postgresql.osgi', version='9.1.901.jdbc4.1-rc8'))
'org.ancoron.postgresql:org.postgresql.osgi:jar:9.1.901.jdbc4.1-rc8'

Download

Click the following link to download the jar file.

org.postgresql.osgi-9.1.901.jdbc4.1-rc8-javadoc.jar
org.postgresql.osgi-9.1.901.jdbc4.1-rc8-sources.jar
org.postgresql.osgi-9.1.901.jdbc4.1-rc8.jar
org.postgresql.osgi-9.1.901.jdbc4.1-rc8.pom



Related Tutorials