Download postgis-jdbc-2.1.7.2.jar file - Jar p

Jar examples for p:postgis-jdbc

Description

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

You can download jar file postgis-jdbc 2.1.7.2 in this page.

Build File

You can use the following script to add postgis-jdbc-2.1.7.2.jar to your project.

<dependency>
   <groupId>net.postgis</groupId>
   <artifactId>postgis-jdbc</artifactId>
   <version>2.1.7.2</version>
</dependency>
compile group: 'net.postgis', name: 'postgis-jdbc', version: '2.1.7.2'
libraryDependencies += "net.postgis" % "postgis-jdbc" % "2.1.7.2"
<dependency org="net.postgis" name="postgis-jdbc" rev="2.1.7.2"/>
@Grapes(@Grab(group='net.postgis', module='postgis-jdbc', version='2.1.7.2'))
'net.postgis:postgis-jdbc:jar:2.1.7.2'

Download

Click the following link to download the jar file.

postgis-jdbc-2.1.7.2-javadoc.jar
postgis-jdbc-2.1.7.2-sources.jar
postgis-jdbc-2.1.7.2.jar
postgis-jdbc-2.1.7.2.pom



Related Tutorials