License |
License |
---|---|
Categories |
CategoriesGeospatial Business Logic Libraries PostGIS |
GroupId | GroupIdorg.postgis |
ArtifactId | ArtifactIdpostgis-jdbc |
Last Version | Last Version1.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPostgis JDBC Driver
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-jdbc-1.3.3.pom | |
postgis-jdbc-1.3.3.jar | 74 KB |
postgis-jdbc-1.3.3-sources.jar | 65 KB |
postgis-jdbc-1.3.3-javadoc.jar | 283 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.postgis/postgis-jdbc/ -->
<dependency>
<groupId>org.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.postgis/postgis-jdbc/
implementation 'org.postgis:postgis-jdbc:1.3.3'
// https://jarcasting.com/artifacts/org.postgis/postgis-jdbc/
implementation ("org.postgis:postgis-jdbc:1.3.3")
'org.postgis:postgis-jdbc:jar:1.3.3'
<dependency org="org.postgis" name="postgis-jdbc" rev="1.3.3">
<artifact name="postgis-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.postgis', module='postgis-jdbc', version='1.3.3')
)
libraryDependencies += "org.postgis" % "postgis-jdbc" % "1.3.3"
[org.postgis/postgis-jdbc "1.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.postgis : postgis-stubs | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |