commons-collections

commons-collections

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