Jar examples for p:postgis-jdbc
PostGIS adds support for geographic objects to the PostgreSQL object-relational database.
You can download jar file postgis-jdbc 2.2.1 in this page.
You can use the following script to add postgis-jdbc-2.2.1.jar to your project.
<dependency> <groupId>net.postgis</groupId> <artifactId>postgis-jdbc</artifactId> <version>2.2.1</version> </dependency>
compile group: 'net.postgis', name: 'postgis-jdbc', version: '2.2.1'
libraryDependencies += "net.postgis" % "postgis-jdbc" % "2.2.1"
<dependency org="net.postgis" name="postgis-jdbc" rev="2.2.1"/>
@Grapes(@Grab(group='net.postgis', module='postgis-jdbc', version='2.2.1'))
'net.postgis:postgis-jdbc:jar:2.2.1'
Click the following link to download the jar file.
postgis-jdbc-2.2.1-javadoc.jar