License |
License |
---|---|
Categories |
CategoriesGeospatial Business Logic Libraries PostGIS |
GroupId | GroupIdorg.postgis |
ArtifactId | ArtifactIdpostgis-stubs |
Last Version | Last Version1.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPostgis JDBC Driver Stubs
PostGIS adds support for geographic objects to the PostgreSQL object-relational database.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
postgis-stubs-1.3.3.pom | |
postgis-stubs-1.3.3.jar | 2 KB |
postgis-stubs-1.3.3-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.postgis/postgis-stubs/ -->
<dependency>
<groupId>org.postgis</groupId>
<artifactId>postgis-stubs</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.postgis/postgis-stubs/
implementation 'org.postgis:postgis-stubs:1.3.3'
// https://jarcasting.com/artifacts/org.postgis/postgis-stubs/
implementation ("org.postgis:postgis-stubs:1.3.3")
'org.postgis:postgis-stubs:jar:1.3.3'
<dependency org="org.postgis" name="postgis-stubs" rev="1.3.3">
<artifact name="postgis-stubs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.postgis', module='postgis-stubs', version='1.3.3')
)
libraryDependencies += "org.postgis" % "postgis-stubs" % "1.3.3"
[org.postgis/postgis-stubs "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
postgresql : postgresql | jar | 8.3-603.jdbc4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |