не последняя версия
Последняя версия 1.3.3

org.postgis:postgis-jdbc 1.3.1

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

Категории

Категории

Geospatial Прикладные библиотеки PostGIS
Группа

Группа

org.postgis
Идентификатор

Идентификатор

postgis-jdbc
Версия

Версия

1.3.1
Тип

Тип

jar

Скачать postgis-jdbc 1.3.1


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