is not current version
Last Version 20030825.183949

commons-pool:commons-pool 1.5.7

Commons Object Pooling Library

GroupId

GroupId

commons-pool
ArtifactId

ArtifactId

commons-pool
Version

Version

1.5.7
Type

Type

jar

Download commons-pool 1.5.7


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