commons-collections4

commons-collections4

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