MVN

org.ancoron.postgresql : org.ancoron.postgresql.jpa

Maven & Gradle

Jan 03, 2013
1 usages
21 stars

PostgreSQL Network Types JPA Extension OSGi Bundle · 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'.

<dependency>
    <groupId>org.ancoron.postgresql</groupId>
    <artifactId>org.ancoron.postgresql.jpa</artifactId>
    <version>8.4.702</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ancoron.postgresql : org.ancoron.postgresql.jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.702
  • Latest Release Candidate: 8.4.702.jdbc4.1-rc7

All Versions

Choose a version of org.ancoron.postgresql : org.ancoron.postgresql.jpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc9
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc8
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc7
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc6
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc5
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc4
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc3
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc2
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc1
8.4.x
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc7
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc6
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc5
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc4
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc3
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc2
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc1
org.ancoron.postgresql.jpa-8.4.702

How to add a dependency to Maven

Add the following org.ancoron.postgresql : org.ancoron.postgresql.jpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ancoron.postgresql</groupId>
    <artifactId>org.ancoron.postgresql.jpa</artifactId>
    <version>8.4.702</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ancoron.postgresql : org.ancoron.postgresql.jpa gradle dependency to your build.gradle file:

implementation 'org.ancoron.postgresql:org.ancoron.postgresql.jpa:8.4.702'

Gradle Kotlin DSL: Add the following org.ancoron.postgresql : org.ancoron.postgresql.jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ancoron.postgresql:org.ancoron.postgresql.jpa:8.4.702")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ancoron.postgresql : org.ancoron.postgresql.jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ancoron.postgresql" % "org.ancoron.postgresql.jpa" % "8.4.702"