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

org.ancoron.postgresql:org.postgresql.net 8.4.702.jdbc4.1-rc6

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.

Categories

Categories

PostgreSQL Data Databases Net
GroupId

GroupId

org.ancoron.postgresql
ArtifactId

ArtifactId

org.postgresql.net
Version

Version

8.4.702.jdbc4.1-rc6
Type

Type

jar

Download org.postgresql.net 8.4.702.jdbc4.1-rc6


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