commons-pool2

commons-pool2

The Apache Commons Object Pooling Library.
https://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 Phil Steitz
Files download
File Operation
commons-pool2-2.12.0.jar download
commons-pool2-2.12.0.pom download
commons-pool2-2.12.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-pool2</artifactId>
  <version>2.12.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-pool2:2.12.0'
Gradle Kotlin
implementation("org.apache.commons:commons-pool2:2.12.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-pool2" % "2.12.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-pool2', version='2.12.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-pool2" rev="2.12.0" />
Leiningen
[org.apache.commons/commons-pool2 "2.12.0"]
Apache Buildr
'org.apache.commons:commons-pool2:jar:2.12.0'