GroupId | GroupIdc3p0 |
---|---|
ArtifactId | ArtifactIdc3p0-oracle-thin-extras |
Last Version | Last Version0.9.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
c3p0-oracle-thin-extras-0.9.0.2.pom | |
c3p0-oracle-thin-extras-0.9.0.2.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/c3p0/c3p0-oracle-thin-extras/ -->
<dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0-oracle-thin-extras</artifactId>
<version>0.9.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/c3p0/c3p0-oracle-thin-extras/
implementation 'c3p0:c3p0-oracle-thin-extras:0.9.0.2'
// https://jarcasting.com/artifacts/c3p0/c3p0-oracle-thin-extras/
implementation ("c3p0:c3p0-oracle-thin-extras:0.9.0.2")
'c3p0:c3p0-oracle-thin-extras:jar:0.9.0.2'
<dependency org="c3p0" name="c3p0-oracle-thin-extras" rev="0.9.0.2">
<artifact name="c3p0-oracle-thin-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='c3p0', module='c3p0-oracle-thin-extras', version='0.9.0.2')
)
libraryDependencies += "c3p0" % "c3p0-oracle-thin-extras" % "0.9.0.2"
[c3p0/c3p0-oracle-thin-extras "0.9.0.2"]