o

org.ancoron.postgresql.jpa

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'.
Files download
File Operation
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc3.jar download
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc3.pom download
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ancoron.postgresql</groupId>
  <artifactId>org.ancoron.postgresql.jpa</artifactId>
  <version>9.1.901.jdbc4.1-rc3</version>
</dependency>
Gradle Groovy
implementation 'org.ancoron.postgresql:org.ancoron.postgresql.jpa:9.1.901.jdbc4.1-rc3'
Gradle Kotlin
implementation("org.ancoron.postgresql:org.ancoron.postgresql.jpa:9.1.901.jdbc4.1-rc3")
Scala SBT
libraryDependencies += "org.ancoron.postgresql" % "org.ancoron.postgresql.jpa" % "9.1.901.jdbc4.1-rc3"
Groovy Grape
@Grapes(
  @Grab(group='org.ancoron.postgresql', module='org.ancoron.postgresql.jpa', version='9.1.901.jdbc4.1-rc3')
)
Apache Ivy
<dependency org="org.ancoron.postgresql" name="org.ancoron.postgresql.jpa" rev="9.1.901.jdbc4.1-rc3" />
Leiningen
[org.ancoron.postgresql/org.ancoron.postgresql.jpa "9.1.901.jdbc4.1-rc3"]
Apache Buildr
'org.ancoron.postgresql:org.ancoron.postgresql.jpa:jar:9.1.901.jdbc4.1-rc3'