PostgreSQL Network Types Extension OSGi Bundle

This OSGi bundle contains classes that can be used directly within a JDBC enabled application to support direct mapping of the PostgreSQL specific data types 'inet', 'cidr' and 'macaddr'. The source code is provided by the original author Russell Francis.

License

License

Categories

Categories

PostgreSQL Data Databases Net
GroupId

GroupId

org.ancoron.postgresql
ArtifactId

ArtifactId

org.postgresql.net
Last Version

Last Version

9.1.901.jdbc4.1-rc9
Release Date

Release Date

Type

Type

jar
Description

Description

PostgreSQL Network Types Extension OSGi Bundle
This OSGi bundle contains classes that can be used directly within a JDBC enabled application to support direct mapping of the PostgreSQL specific data types 'inet', 'cidr' and 'macaddr'. The source code is provided by the original author Russell Francis.

Download org.postgresql.net

How to add to project

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

Dependencies

compile (1)

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

test (2)

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

Project Modules

There are no modules declared in this project.