Last Version

Apache Commons Pool 2.11.1

The Apache Commons Object Pooling Library.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-pool2
Version

Version

2.11.1
Type

Type

jar
Description

Description

Apache Commons Pool
The Apache Commons Object Pooling Library.
Project URL

Project URL

https://commons.apache.org/proper/commons-pool/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=commons-pool.git

Download commons-pool2 2.11.1


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

Dependencies

compile (2)

Group / Artifact Type Version
cglib : cglib Optional jar 3.3.0
org.ow2.asm : asm-util Optional jar 9.2

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.hamcrest : hamcrest-library jar 2.2

Project Modules

There are no modules declared in this project.