is not current version
Last Version 9.1.901.jdbc4.1-rc9

org.ancoron.postgresql:org.ancoron.postgresql.jpa 8.4.702.jdbc4.1-rc5

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'.

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.ancoron.postgresql
ArtifactId

ArtifactId

org.ancoron.postgresql.jpa
Version

Version

8.4.702.jdbc4.1-rc5
Type

Type

jar

Download org.ancoron.postgresql.jpa 8.4.702.jdbc4.1-rc5


<!-- https://jarcasting.com/artifacts/org.ancoron.postgresql/org.ancoron.postgresql.jpa/ -->
<dependency>
    <groupId>org.ancoron.postgresql</groupId>
    <artifactId>org.ancoron.postgresql.jpa</artifactId>
    <version>8.4.702.jdbc4.1-rc5</version>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.postgresql/org.ancoron.postgresql.jpa/
implementation 'org.ancoron.postgresql:org.ancoron.postgresql.jpa:8.4.702.jdbc4.1-rc5'
// https://jarcasting.com/artifacts/org.ancoron.postgresql/org.ancoron.postgresql.jpa/
implementation ("org.ancoron.postgresql:org.ancoron.postgresql.jpa:8.4.702.jdbc4.1-rc5")
'org.ancoron.postgresql:org.ancoron.postgresql.jpa:jar:8.4.702.jdbc4.1-rc5'
<dependency org="org.ancoron.postgresql" name="org.ancoron.postgresql.jpa" rev="8.4.702.jdbc4.1-rc5">
  <artifact name="org.ancoron.postgresql.jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.postgresql', module='org.ancoron.postgresql.jpa', version='8.4.702.jdbc4.1-rc5')
)
libraryDependencies += "org.ancoron.postgresql" % "org.ancoron.postgresql.jpa" % "8.4.702.jdbc4.1-rc5"
[org.ancoron.postgresql/org.ancoron.postgresql.jpa "8.4.702.jdbc4.1-rc5"]