is not current version
Last Version 0.9.5.5

com.mchange:c3p0 0.9.5.2

a JDBC Connection pooling / Statement caching library

GroupId

GroupId

com.mchange
ArtifactId

ArtifactId

c3p0
Version

Version

0.9.5.2
Type

Type

jar

Download c3p0 0.9.5.2


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