commons-pool2

commons-pool2

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