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