is not current version
Last Version 20030825.183949

commons-pool:commons-pool 1.6

Commons Object Pooling Library

GroupId

GroupId

commons-pool
ArtifactId

ArtifactId

commons-pool
Version

Version

1.6
Type

Type

jar

Download commons-pool 1.6


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