commons-pool2

commons-pool2

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 Phil Steitz Simone Tripodi
文件下载
文件名 操作
commons-pool2-2.3.jar 下载
commons-pool2-2.3.pom 下载
commons-pool2-2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-pool2</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-pool2:2.3'
Gradle Kotlin
implementation("org.apache.commons:commons-pool2:2.3")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-pool2" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-pool2', version='2.3')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-pool2" rev="2.3" />
Leiningen
[org.apache.commons/commons-pool2 "2.3"]
Apache Buildr
'org.apache.commons:commons-pool2:jar:2.3'