commons-collections

commons-collections

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