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