Download postgresql-9.0-801.jdbc4-patched-play-1.2.3.jar file - Jar p

Jar examples for p:postgresql

Description

PostgreSQL JDBC driver. May be used by more databases than PostgreSQL itself, but provides some database-dependent configuration. It also provides an abstraction to allow usage of several PostgreSQL JDBC drivers, such as the "official" driver (pgjdbc) or the pgjdbc-ng driver.

You can download jar file postgresql 9.0-801.jdbc4-patched-play-1.2.3 in this page.

License

BSD License

Build File

You can use the following script to add postgresql-9.0-801.jdbc4-patched-play-1.2.3.jar to your project.

<dependency>
   <groupId>com.google.code.maven-play-plugin.postgresql</groupId>
   <artifactId>postgresql</artifactId>
   <version>9.0-801.jdbc4-patched-play-1.2.3</version>
</dependency>
compile group: 'com.google.code.maven-play-plugin.postgresql', name: 'postgresql', version: '9.0-801.jdbc4-patched-play-1.2.3'
libraryDependencies += "com.google.code.maven-play-plugin.postgresql" % "postgresql" % "9.0-801.jdbc4-patched-play-1.2.3"
<dependency org="com.google.code.maven-play-plugin.postgresql" name="postgresql" rev="9.0-801.jdbc4-patched-play-1.2.3"/>
@Grapes(@Grab(group='com.google.code.maven-play-plugin.postgresql', module='postgresql', version='9.0-801.jdbc4-patched-play-1.2.3'))
'com.google.code.maven-play-plugin.postgresql:postgresql:jar:9.0-801.jdbc4-patched-play-1.2.3'

Download

Click the following link to download the jar file.

postgresql-9.0-801.jdbc4-patched-play-1.2.3-javadoc.jar
postgresql-9.0-801.jdbc4-patched-play-1.2.3-sources.jar
postgresql-9.0-801.jdbc4-patched-play-1.2.3.jar
postgresql-9.0-801.jdbc4-patched-play-1.2.3.pom



Related Tutorials