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