Download org.postgresql.net-8.4.702.jdbc4.1-rc1.jar file - Jar o

Jar examples for o:org.postgresql

Description

This OSGi bundle contains classes that can be used directly within a JDBC enabled application to support direct mapping of the PostgreSQL specific data types 'inet', 'cidr' and 'macaddr'. The source code is provided by the original author Russell Francis.

You can download jar file org.postgresql.net 8.4.702.jdbc4.1-rc1 in this page.

License

Open Source License

Build File

You can use the following script to add org.postgresql.net-8.4.702.jdbc4.1-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

org.postgresql.net-8.4.702.jdbc4.1-rc1-javadoc.jar
org.postgresql.net-8.4.702.jdbc4.1-rc1-sources.jar
org.postgresql.net-8.4.702.jdbc4.1-rc1.jar
org.postgresql.net-8.4.702.jdbc4.1-rc1.pom



Related Tutorials