Download postgis-jdbc-2.2.1.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.2.1 in this page.

Build File

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'

Download

Click the following link to download the jar file.

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



Related Tutorials