c

commons-pool

Commons Object Pooling Library
http://commons.apache.org/pool/
Morgan Delagrange Geir Magnusson Craig McClanahan Rodney Waldhoff David Weinrich Dirk Verbeeck Robert Burrell Donkin Sandy McArthur Gary Gregory
Files download
File Operation
commons-pool-1.6.jar download
commons-pool-1.6.pom download
commons-pool-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>commons-pool</groupId>
  <artifactId>commons-pool</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'commons-pool:commons-pool:1.6'
Gradle Kotlin
implementation("commons-pool:commons-pool:1.6")
Scala SBT
libraryDependencies += "commons-pool" % "commons-pool" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='commons-pool', module='commons-pool', version='1.6')
)
Apache Ivy
<dependency org="commons-pool" name="commons-pool" rev="1.6" />
Leiningen
[commons-pool/commons-pool "1.6"]
Apache Buildr
'commons-pool:commons-pool:jar:1.6'