Jar examples for o:org.postgresql
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 9.1.901.jdbc4.1-rc5 in this page.
Open Source License
You can use the following script to add org.postgresql.net-9.1.901.jdbc4.1-rc5.jar to your project.
<dependency> <groupId>org.ancoron.postgresql</groupId> <artifactId>org.postgresql.net</artifactId> <version>9.1.901.jdbc4.1-rc5</version> </dependency>
compile group: 'org.ancoron.postgresql', name: 'org.postgresql.net', version: '9.1.901.jdbc4.1-rc5'
libraryDependencies += "org.ancoron.postgresql" % "org.postgresql.net" % "9.1.901.jdbc4.1-rc5"
<dependency org="org.ancoron.postgresql" name="org.postgresql.net" rev="9.1.901.jdbc4.1-rc5"/>
@Grapes(@Grab(group='org.ancoron.postgresql', module='org.postgresql.net', version='9.1.901.jdbc4.1-rc5'))
'org.ancoron.postgresql:org.postgresql.net:jar:9.1.901.jdbc4.1-rc5'
Click the following link to download the jar file.
org.postgresql.net-9.1.901.jdbc4.1-rc5-javadoc.jar