Maven Repository - POM file for JDBC jdbc-stdext 2.0 2.0

Summary

JDBC 2.0 Optional Package.

Declaration

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

<dependency>
   <groupId>javax.sql</groupId>
   <artifactId>jdbc-stdext</artifactId>
   <version>2.0</version>
</dependency>

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

Depended by

The following table lists the most popular artifacts which are depending on jdbc-stdext-2.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Databasecommons-dbcp 1.2
Commons Database Connection Pooling
12
Databasecommons-dbcp 1.2.1
Commons Database Connection Pooling
20




Packages

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

javax.sql

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.sql</groupId>
  <artifactId>jdbc-stdext</artifactId>
  <version>2.0</version>
  <name>JDBC 2.0 Optional Package</name>
  <description>
    JDBC 2.0 Optional Package
  </description>
  <url>http://java.sun.com/products/jdbc/index.jsp</url>
  <distributionManagement>
    <downloadUrl>http://java.sun.com/products/jdbc/download.html</downloadUrl>
  </distributionManagement>
</project>