PostgreSQL JDBC Driver.
The PostgreSQL Driver JDBC4.
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>9.1-901-1.jdbc4</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 table lists the most popular artifacts which are depending on postgresql-9.1-901-1.jdbc4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JDBC | druid 0.2.25 An JDBC datasource implementation. | 5 |
Database | jdbi 2.53 jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used. | 17 |
JDBC | druid 0.2.10 An JDBC datasource implementation. | 5 |
Database | jdbi 2.51 jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used. | 32 |
Library | bonecp 0.8.0.RELEASE Lightweight connection pool. | 13 |
JDBC | druid 1.0.4 An JDBC datasource implementation. | 5 |
JDBC | druid 0.2.8 An JDBC datasource implementation. | 17 |
Library | nutz 1.b.47 Nutz, which is a collections of lightweight frameworks, each of them can be used independently | 13 |
The following packages are defined in the postgresql-9.1-901-1.jdbc4.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.largeobject org.postgresql.ssl 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>postgresql</groupId> <artifactId>postgresql</artifactId> <packaging>jar</packaging> <name>PostgreSQL JDBC Driver</name> <version>9.1-901-1.jdbc4</version> <description>The PostgreSQL Driver JDBC4</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:cvs:pserver:anonymous@cvs.pgfoundry.org:/cvsroot/jdbc:pgjdbc</connection> <url>http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/</url> </scm> </project>