c

commons-pool

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