Maven Repository - POM file for JDBC postgresql 8.3-603.jdbc3 8.3-603.jdbc3

Summary

PostgreSQL JDBC Driver.

The PostgreSQL JDBC3 Driver for PostgreSQL 8.3 databases.

Declaration

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.3-603.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.

License

Name:BSD License
URL: http://jdbc.postgresql.org/license.html.

Packages

The following packages are defined in the postgresql-8.3-603.jdbc3.jar

org.postgresql
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.jdbc2
org.postgresql.jdbc2.optional
org.postgresql.jdbc3
org.postgresql.largeobject
org.postgresql.ssl
org.postgresql.translation
org.postgresql.util
org.postgresql.xa




POM File Source

Here is the content of the POM file.

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>postgresql</groupId>
    <artifactId>postgresql</artifactId>
    <packaging>jar</packaging>
    <name>PostgreSQL JDBC Driver</name>
    <version>8.3-603.jdbc3</version>
    <url>http://jdbc.postgresql.org</url>
    <description>The PostgreSQL JDBC3 Driver for PostgreSQL 8.3 databases</description>
    <licenses>
        <license>
            <name>BSD License</name>
            <url>http://jdbc.postgresql.org/license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>http://gborg.postgresql.org/project/pgjdbc/cvs/cvs.php</url>
    </scm>
</project>