| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.commons |
| ArtifactId | ArtifactIdcommons-pool2 |
| Last Version | Last Version2.11.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Commons Pool
The Apache Commons Object Pooling Library.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| commons-pool2-2.11.1.pom | |
| commons-pool2-2.11.1.jar | 126 KB |
| commons-pool2-2.11.1-tests.jar | 209 KB |
| commons-pool2-2.11.1-test-sources.jar | 108 KB |
| commons-pool2-2.11.1-sources.jar | 133 KB |
| commons-pool2-2.11.1-javadoc.jar | 334 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| cglib : cglib Optional | jar | 3.3.0 |
| org.ow2.asm : asm-util Optional | jar | 9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | |
| org.hamcrest : hamcrest-library | jar | 2.2 |