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.

License

License

GroupId

GroupId

c3p0
ArtifactId

ArtifactId

c3p0
Last Version

Last Version

0.9.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://c3p0.sourceforge.net
Source Code Management

Source Code Management

http://c3p0.cvs.sourceforge.net/c3p0

Download c3p0

How to add to project

<!-- https://jarcasting.com/artifacts/c3p0/c3p0/ -->
<dependency>
    <groupId>c3p0</groupId>
    <artifactId>c3p0</artifactId>
    <version>0.9.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/c3p0/c3p0/
implementation 'c3p0:c3p0:0.9.1.2'
// https://jarcasting.com/artifacts/c3p0/c3p0/
implementation ("c3p0:c3p0:0.9.1.2")
'c3p0:c3p0:jar:0.9.1.2'
<dependency org="c3p0" name="c3p0" rev="0.9.1.2">
  <artifact name="c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='c3p0', module='c3p0', version='0.9.1.2')
)
libraryDependencies += "c3p0" % "c3p0" % "0.9.1.2"
[c3p0 "0.9.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.1.2
0.9.1.1
0.9.1
0.9.0.4
0.9.0.2
0.9.0-pre5
0.9.0
0.8.5.2
0.8.4.5