| GroupId | GroupIdjpox |
|---|---|
| ArtifactId | ArtifactIdjpox-c3p0 |
| Last Version | Last Version1.2.0-beta-5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJPOX C3P0 plugin
JPOX can be used with C3P0 to use a connection pool internally.
This plugin provides this capability.
|
| Filename | Size |
|---|---|
| jpox-c3p0-1.2.0-beta-5.pom | |
| jpox-c3p0-1.2.0-beta-5.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jpox/jpox-c3p0/ -->
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox-c3p0</artifactId>
<version>1.2.0-beta-5</version>
</dependency>
// https://jarcasting.com/artifacts/jpox/jpox-c3p0/
implementation 'jpox:jpox-c3p0:1.2.0-beta-5'
// https://jarcasting.com/artifacts/jpox/jpox-c3p0/
implementation ("jpox:jpox-c3p0:1.2.0-beta-5")
'jpox:jpox-c3p0:jar:1.2.0-beta-5'
<dependency org="jpox" name="jpox-c3p0" rev="1.2.0-beta-5">
<artifact name="jpox-c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='jpox', module='jpox-c3p0', version='1.2.0-beta-5')
)
libraryDependencies += "jpox" % "jpox-c3p0" % "1.2.0-beta-5"
[jpox/jpox-c3p0 "1.2.0-beta-5"]
| Group / Artifact | Type | Version |
|---|---|---|
| jpox : jpox-core | jar | 1.2.0-beta-5 |
| jpox : jpox-rdbms | jar | 1.2.0-beta-5 |
| c3p0 : c3p0 | jar | 0.9.0 |