License |
License |
---|---|
GroupId | GroupIdcom.mchange |
ArtifactId | ArtifactIdc3p0 |
Last Version | Last Version0.9.5.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionc3p0
a JDBC Connection pooling / Statement caching library
|
Project URL |
Project URL |
Filename | Size |
---|---|
c3p0-0.9.5.5.pom | |
c3p0-0.9.5.5.jar | 404 KB |
c3p0-0.9.5.5-sources.jar | 287 KB |
c3p0-0.9.5.5-javadoc.jar | 496 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mchange/c3p0/ -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.mchange/c3p0/
implementation 'com.mchange:c3p0:0.9.5.5'
// https://jarcasting.com/artifacts/com.mchange/c3p0/
implementation ("com.mchange:c3p0:0.9.5.5")
'com.mchange:c3p0:jar:0.9.5.5'
<dependency org="com.mchange" name="c3p0" rev="0.9.5.5">
<artifact name="c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mchange', module='c3p0', version='0.9.5.5')
)
libraryDependencies += "com.mchange" % "c3p0" % "0.9.5.5"
[com.mchange/c3p0 "0.9.5.5"]
Group / Artifact | Type | Version |
---|---|---|
com.mchange : mchange-commons-java | jar | 0.2.19 |