Download org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc7.jar file - Jar o

Jar examples for o:org.ancoron.postgresql.jpa

Description

This OSGi bundle contains classes that can be used directly within a JPA 2.0 enabled application to support direct mapping of the PostgreSQL specific data types 'inet', 'cidr' and 'macaddr'.

You can download jar file org.ancoron.postgresql.jpa 9.1.901.jdbc4.1-rc7 in this page.

Build File

You can use the following script to add org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc7.jar to your project.

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

Download

Click the following link to download the jar file.

org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc7-javadoc.jar
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc7-sources.jar
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc7.jar
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc7.pom



Related Tutorials