is not current version
Last Version 20030825.183949

commons-pool:commons-pool 20020501


GroupId

GroupId

commons-pool
ArtifactId

ArtifactId

commons-pool
Version

Version

20020501
Type

Type

jar

Download commons-pool 20020501


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