| GroupId | GroupIdcom.mchange |
|---|---|
| ArtifactId | ArtifactIdc3p0 |
| Version | Version0.9.5-pre7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| c3p0-0.9.5-pre7.pom | |
| c3p0-0.9.5-pre7.jar | 471 KB |
| c3p0-0.9.5-pre7-sources.jar | 339 KB |
| c3p0-0.9.5-pre7-javadoc.jar | 564 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mchange/c3p0/ -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5-pre7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mchange/c3p0/
implementation 'com.mchange:c3p0:0.9.5-pre7'
// https://jarcasting.com/artifacts/com.mchange/c3p0/
implementation ("com.mchange:c3p0:0.9.5-pre7")
'com.mchange:c3p0:jar:0.9.5-pre7'
<dependency org="com.mchange" name="c3p0" rev="0.9.5-pre7">
<artifact name="c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mchange', module='c3p0', version='0.9.5-pre7')
)
libraryDependencies += "com.mchange" % "c3p0" % "0.9.5-pre7"
[com.mchange/c3p0 "0.9.5-pre7"]