commons-collections4

commons-collections4

The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
https://commons.apache.org/proper/commons-collections/
Matt Benson James Carman Stephen Colebourne Robert Burrell Donkin Morgan Delagrange Gary Gregory Matthew Hawthorne Dipanjan Laha Geir Magnusson Luc Maisonobe Craig McClanahan Thomas Neidhart Adrian Nistor Arun M. Thomas Rodney Waldhoff Henri Yandell Rob Tompkins
文件下载
文件名 操作
commons-collections4-4.4.jar 下载
commons-collections4-4.4.pom 下载
commons-collections4-4.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-collections4</artifactId>
  <version>4.4</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-collections4:4.4'
Gradle Kotlin
implementation("org.apache.commons:commons-collections4:4.4")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-collections4" % "4.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-collections4', version='4.4')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-collections4" rev="4.4" />
Leiningen
[org.apache.commons/commons-collections4 "4.4"]
Apache Buildr
'org.apache.commons:commons-collections4:jar:4.4'