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

License

License

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.ancoron.postgresql
ArtifactId

ArtifactId

org.ancoron.postgresql.jpa
Last Version

Last Version

9.1.901.jdbc4.1-rc9
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download org.ancoron.postgresql.jpa

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.ancoron.postgresql : org.postgresql jar 9.1.901.jdbc4.1-rc9
org.ancoron.postgresql : org.postgresql.net jar 9.1.901.jdbc4.1-rc9
org.eclipse.persistence : javax.persistence jar 2.0.3
org.eclipse.persistence : org.eclipse.persistence.osgi jar 2.3.2
org.eclipse.persistence : org.eclipse.persistence.core jar 2.3.2

test (2)

Group / Artifact Type Version
org.ancoron.postgresql : test-util jar 9.1.901.jdbc4.1-rc9
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.