Download pgjdbc-ng-0.3.jar file - Jar p

Jar examples for p:pgjdbc-ng

Description

An new JDBC driver for PostgreSQL aimed at supporting the advanced features of JDBC and Postgres.

You can download jar file pgjdbc-ng 0.3 in this page.

License

BSD Revised

Build File

You can use the following script to add pgjdbc-ng-0.3.jar to your project.

<dependency>
   <groupId>com.impossibl.pgjdbc-ng</groupId>
   <artifactId>pgjdbc-ng</artifactId>
   <version>0.3</version>
</dependency>
compile group: 'com.impossibl.pgjdbc-ng', name: 'pgjdbc-ng', version: '0.3'
libraryDependencies += "com.impossibl.pgjdbc-ng" % "pgjdbc-ng" % "0.3"
<dependency org="com.impossibl.pgjdbc-ng" name="pgjdbc-ng" rev="0.3"/>
@Grapes(@Grab(group='com.impossibl.pgjdbc-ng', module='pgjdbc-ng', version='0.3'))
'com.impossibl.pgjdbc-ng:pgjdbc-ng:jar:0.3'

Download

Click the following link to download the jar file.

pgjdbc-ng-0.3-complete.jar
pgjdbc-ng-0.3-javadoc.jar
pgjdbc-ng-0.3-sources.jar
pgjdbc-ng-0.3-tests.jar
pgjdbc-ng-0.3.jar
pgjdbc-ng-0.3.pom



Related Tutorials