Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datanucleus |
ArtifactId | ArtifactIddatanucleus-connectionpool |
Last Version | Last Version2.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataNucleus ConnectionPool plugin
DataNucleus can be used with a connection pool internally.
This plugin provides this capability for C3P0, DBCP, Proxool and BoneCP.
|
<!-- https://jarcasting.com/artifacts/org.datanucleus/datanucleus-connectionpool/ -->
<dependency>
<groupId>org.datanucleus</groupId>
<artifactId>datanucleus-connectionpool</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-connectionpool/
implementation 'org.datanucleus:datanucleus-connectionpool:2.0.3'
// https://jarcasting.com/artifacts/org.datanucleus/datanucleus-connectionpool/
implementation ("org.datanucleus:datanucleus-connectionpool:2.0.3")
'org.datanucleus:datanucleus-connectionpool:jar:2.0.3'
<dependency org="org.datanucleus" name="datanucleus-connectionpool" rev="2.0.3">
<artifact name="datanucleus-connectionpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datanucleus', module='datanucleus-connectionpool', version='2.0.3')
)
libraryDependencies += "org.datanucleus" % "datanucleus-connectionpool" % "2.0.3"
[org.datanucleus/datanucleus-connectionpool "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
c3p0 : c3p0 Optional | jar | [0.9, 1.0] |
commons-dbcp : commons-dbcp Optional | jar | [1.2, 2.0) |
commons-pool : commons-pool Optional | jar | [1.2, 2.0) |
commons-collections : commons-collections Optional | jar | [3.0, 4.0) |
proxool : proxool Optional | jar | 0.9.0RC3 |
com.jolbox : bonecp Optional | jar | 0.6.5 |
org.slf4j : slf4j-api Optional | jar | 1.5.6 |
org.slf4j : slf4j-log4j12 Optional | jar | 1.5.6 |
Group / Artifact | Type | Version |
---|---|---|
org.datanucleus : datanucleus-core | jar | [2.0.2, ) |
org.datanucleus : datanucleus-rdbms | jar | [2.0.2, ) |