Download org.postgresql-8.4.702.jdbc4.1-rc1.jar file - Jar o

Jar examples for o:org.postgresql

Description

This bundle simply wraps postgresql-${postgresql.version}.jar.

You can download jar file org.postgresql 8.4.702.jdbc4.1-rc1 in this page.

License

Open Source License

Build File

You can use the following script to add org.postgresql-8.4.702.jdbc4.1-rc1.jar to your project.

<dependency>
   <groupId>org.ancoron.postgresql</groupId>
   <artifactId>org.postgresql</artifactId>
   <version>8.4.702.jdbc4.1-rc1</version>
</dependency>
compile group: 'org.ancoron.postgresql', name: 'org.postgresql', version: '8.4.702.jdbc4.1-rc1'
libraryDependencies += "org.ancoron.postgresql" % "org.postgresql" % "8.4.702.jdbc4.1-rc1"
<dependency org="org.ancoron.postgresql" name="org.postgresql" rev="8.4.702.jdbc4.1-rc1"/>
@Grapes(@Grab(group='org.ancoron.postgresql', module='org.postgresql', version='8.4.702.jdbc4.1-rc1'))
'org.ancoron.postgresql:org.postgresql:jar:8.4.702.jdbc4.1-rc1'

Download

Click the following link to download the jar file.

org.postgresql-8.4.702.jdbc4.1-rc1-javadoc.jar
org.postgresql-8.4.702.jdbc4.1-rc1-sources.jar
org.postgresql-8.4.702.jdbc4.1-rc1.jar
org.postgresql-8.4.702.jdbc4.1-rc1.pom



Related Tutorials