PostgreSQL JDBC Driver.
The PostgreSQL Driver JDBC3.
Here is the list of declaration for postgresql. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> <version>8.4-702.jdbc3</version> </dependency>
If you think this Maven repository POM file listing for postgresql is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD License
URL: http://jdbc.postgresql.org/license.html.
The following packages are defined in the postgresql-8.4-702.jdbc3.jar
org.postgresql org.postgresql.copy org.postgresql.core org.postgresql.core.types org.postgresql.core.v2 org.postgresql.core.v3 org.postgresql.ds org.postgresql.ds.common org.postgresql.ds.jdbc23 org.postgresql.fastpath org.postgresql.geometric org.postgresql.gss org.postgresql.jdbc2 org.postgresql.jdbc2.optional org.postgresql.jdbc3 org.postgresql.largeobject org.postgresql.ssl org.postgresql.translation org.postgresql.util org.postgresql.xa
Here is the content of the POM file.
<?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<packaging>jar</packaging>
<name>PostgreSQL JDBC Driver</name>
<version>8.4-702.jdbc3</version>
<url>http://jdbc.postgresql.org</url>
<description>The PostgreSQL Driver JDBC3</description>
<licenses>
<license>
<name>BSD License</name>
<url>http://jdbc.postgresql.org/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>