Maven Repository - POM file for JDBC c3p0 0.9.1.2 0.9.1.2

Summary

c3p0:JDBC DataSources/Resource Pools.

c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension..

Declaration

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

<dependency>
   <groupId>c3p0</groupId>
   <artifactId>c3p0</artifactId>
   <version>0.9.1.2</version>
</dependency>

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





License

Name:GNU LESSER GENERAL PUBLIC LICENSE
URL: http://www.gnu.org/licenses/lgpl.txt.

Depended by

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

CategoryArtifactDepended By Count
Springspring-jdbc 3.2.1.RELEASE
Spring JDBC
5
Springspring-jdbc 3.2.6.RELEASE
Spring JDBC
7
Springspring-jdbc 3.2.3.RELEASE
Spring JDBC
17
Springspring-jdbc 3.2.2.RELEASE
Spring JDBC
5
JDBCdruid 0.2.25
An JDBC datasource implementation.
5
JDBCdruid 0.2.10
An JDBC datasource implementation.
5
Springspring-jdbc 3.2.8.RELEASE
Spring JDBC
22
Springspring-jdbc 3.2.0.RELEASE
Spring JDBC
6
Springspring-jdbc 4.0.3.RELEASE
Spring JDBC
8
Springspring 2.5.5
Spring Framework
11
Springspring 2.5.2
Spring Framework
8
Springspring-jdbc 2.5.2
Spring Framework: JDBC
5
Springspring-jdbc 4.0.2.RELEASE
Spring JDBC
7
JDBCdruid 1.0.4
An JDBC datasource implementation.
5
Springspring 2.5.6.SEC03
Spring Framework
12
Springspring 2.5.4
Spring Framework
8
Libraryustack-core-data-java 1.0.13
Data Mapping Utility
17
Springspring 2.5.6
Spring Framework
51
JDBCdruid 0.2.8
An JDBC datasource implementation.
17
Springspring-jdbc 2.5.3
Spring Framework: JDBC
7
Springspring-jdbc 2.5.6
Spring Framework: JDBC
13
Springspring-jdbc 3.2.4.RELEASE
Spring JDBC
9
Springspring-jdbc 4.0.0.RELEASE
Spring JDBC
23
Springspring 2.5.6.SEC01
Spring Framework
5
Springspring-jdbc 2.5.6.SEC01
Spring Framework: JDBC
11




Packages

The following packages are defined in the c3p0-0.9.1.2.jar

com.mchange
com.mchange.lang
com.mchange.util
com.mchange.v1
com.mchange.v1.db
com.mchange.v1.db.sql
com.mchange.v1.identicator
com.mchange.v1.io
com.mchange.v1.lang
com.mchange.v1.util
com.mchange.v1.xml
com.mchange.v2
com.mchange.v2.async
com.mchange.v2.beans
com.mchange.v2.c3p0
com.mchange.v2.c3p0.cfg
com.mchange.v2.c3p0.filter
com.mchange.v2.c3p0.impl
com.mchange.v2.c3p0.jboss
com.mchange.v2.c3p0.management
com.mchange.v2.c3p0.mbean
com.mchange.v2.c3p0.stmt
com.mchange.v2.c3p0.subst
com.mchange.v2.c3p0.util
com.mchange.v2.cfg
com.mchange.v2.coalesce
com.mchange.v2.codegen
com.mchange.v2.codegen.bean
com.mchange.v2.codegen.intfc
com.mchange.v2.debug
com.mchange.v2.encounter
com.mchange.v2.holders
com.mchange.v2.io
com.mchange.v2.lang
com.mchange.v2.log
com.mchange.v2.log.jdk14logging
com.mchange.v2.log.log4j
com.mchange.v2.management
com.mchange.v2.naming
com.mchange.v2.resourcepool
com.mchange.v2.ser
com.mchange.v2.sql
com.mchange.v2.sql.filter
com.mchange.v2.util




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>c3p0</groupId>
  <artifactId>c3p0</artifactId>
  <version>0.9.1.2</version>
  <packaging>jar</packaging>
  <name>c3p0:JDBC DataSources/Resource Pools</name>
  <description>
    c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources,
    including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
  </description>
  <url>http://c3p0.sourceforge.net</url>
  <scm>
    <url>http://c3p0.cvs.sourceforge.net/c3p0</url>
  </scm>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
      <url>http://www.gnu.org/licenses/lgpl.txt</url>
    </license>
  </licenses>
  <dependencies/>
</project>