is not current version
Last Version 2021.1.0

net.postgis:postgis-jdbc 2.3.0

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.3.0
Type

Type

jar

Download postgis-jdbc 2.3.0


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