Maven Repository - POM file for JDBC jdbc 2.0 2.0

Summary

JDBC 2.0 Optional Package.

The javax.sql package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation..

Declaration

Here is the list of declaration for jdbc. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>jdbc</groupId>
   <artifactId>jdbc</artifactId>
   <version>2.0</version>
</dependency>

If you think this Maven repository POM file listing for jdbc is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Packages

The following packages are defined in the jdbc-2.0.jar

javax.sql

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jdbc</groupId>
  <artifactId>jdbc</artifactId>
  <version>2.0</version>
  <name>JDBC 2.0 Optional Package</name>
  <description>
    The javax.sql package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
  </description>
  <url>http://java.sun.com/products/jdbc</url>
  <distributionManagement>
    <downloadUrl>http://java.sun.com/products/jdbc/download.html#spec</downloadUrl>
    <relocation>
      <groupId>javax.sql</groupId>
      <artifactId>jdbc-stdext</artifactId>
      <version>2.0</version>
    </relocation>
  </distributionManagement>
</project>