is not current version
Last Version 1.3.3

org.postgis:postgis-main 1.3.2

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

Categories

Categories

Geospatial Business Logic Libraries PostGIS
GroupId

GroupId

org.postgis
ArtifactId

ArtifactId

postgis-main
Version

Version

1.3.2
Type

Type

pom

Download postgis-main 1.3.2

Filename Size
postgis-main-1.3.2.pom 5 KB
Browse

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