is not current version
Last Version 2021.1.0

net.postgis:postgis-jdbc 2.1.7.2

PostGIS adds support for geographic objects to the PostgreSQL object-relational database.

Categories

Categories

Net Geospatial Business Logic Libraries PostGIS
GroupId

GroupId

net.postgis
ArtifactId

ArtifactId

postgis-jdbc
Version

Version

2.1.7.2
Type

Type

jar

Download postgis-jdbc 2.1.7.2


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