Jar examples for p:postgresql
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.
BSD License
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'
Click the following link to download the jar file.
postgresql-9.0-801.jdbc4-patched-play-1.2.3-javadoc.jar