PostgreSQL JDBC Driver.
The PostgreSQL Driver JDBC41.
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>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>9.3-1102-jdbc41</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-9.3-1102-jdbc41.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.ds.jdbc4 org.postgresql.fastpath org.postgresql.geometric org.postgresql.gss org.postgresql.jdbc2 org.postgresql.jdbc2.optional org.postgresql.jdbc3 org.postgresql.jdbc3g org.postgresql.jdbc4 org.postgresql.jdbc4.array org.postgresql.largeobject org.postgresql.ssl org.postgresql.ssl.jdbc4 org.postgresql.translation org.postgresql.util org.postgresql.xa org.postgresql.xa.jdbc3 org.postgresql.xa.jdbc4
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <packaging>jar</packaging> <name>PostgreSQL JDBC Driver</name> <version>9.3-1102-jdbc41</version> <description>The PostgreSQL Driver JDBC41</description> <url>http://jdbc.postgresql.org</url> <licenses> <license> <name>BSD License</name> <url>http://jdbc.postgresql.org/license.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:pgjdbc/pgjdbc.git</connection> <developerConnection>scm:git:git@github.com:pgjdbc/pgjdbc.git</developerConnection> <url>git@github.com:pgjdbc/pgjdbc.git</url> </scm> <distributionManagement> <repository> <uniqueVersion>false</uniqueVersion> <id>org.postgresql</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <layout>legacy</layout> </repository> </distributionManagement> </project>