c

c3p0

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.
http://c3p0.sourceforge.net
GNU LESSER GENERAL PUBLIC LICENSE
Files download
File Operation
c3p0-0.9.1.2.jar download
c3p0-0.9.1.2.pom download
c3p0-0.9.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>c3p0</groupId>
  <artifactId>c3p0</artifactId>
  <version>0.9.1.2</version>
</dependency>
Gradle Groovy
implementation 'c3p0:c3p0:0.9.1.2'
Gradle Kotlin
implementation("c3p0:c3p0:0.9.1.2")
Scala SBT
libraryDependencies += "c3p0" % "c3p0" % "0.9.1.2"
Groovy Grape
@Grapes(
  @Grab(group='c3p0', module='c3p0', version='0.9.1.2')
)
Apache Ivy
<dependency org="c3p0" name="c3p0" rev="0.9.1.2" />
Leiningen
[c3p0/c3p0 "0.9.1.2"]
Apache Buildr
'c3p0:c3p0:jar:0.9.1.2'
Dependencies
The project has no third-party dependencies