is not current version
Last Version 2.11.1

org.apache.commons:commons-pool2 2.8.0

The Apache Commons Object Pooling Library.

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-pool2
Version

Version

2.8.0
Type

Type

jar

Download commons-pool2 2.8.0


<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-pool2/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-pool2</artifactId>
    <version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-pool2/
implementation 'org.apache.commons:commons-pool2:2.8.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-pool2/
implementation ("org.apache.commons:commons-pool2:2.8.0")
'org.apache.commons:commons-pool2:jar:2.8.0'
<dependency org="org.apache.commons" name="commons-pool2" rev="2.8.0">
  <artifact name="commons-pool2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-pool2', version='2.8.0')
)
libraryDependencies += "org.apache.commons" % "commons-pool2" % "2.8.0"
[org.apache.commons/commons-pool2 "2.8.0"]