is not current version
Last Version 0.9.1.2

c3p0:c3p0 0.9.1.1

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.

GroupId

GroupId

c3p0
ArtifactId

ArtifactId

c3p0
Version

Version

0.9.1.1
Type

Type

jar

Download c3p0 0.9.1.1


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