Apache Commons Collections

The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-collections4
Last Version

Last Version

4.4
Release Date

Release Date

Type

Type

jar
Description

Description

Apache Commons Collections
The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
Project URL

Project URL

https://commons.apache.org/proper/commons-collections/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-collections4

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-collections4/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-collections4</artifactId>
    <version>4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-collections4/
implementation 'org.apache.commons:commons-collections4:4.4'
// https://jarcasting.com/artifacts/org.apache.commons/commons-collections4/
implementation ("org.apache.commons:commons-collections4:4.4")
'org.apache.commons:commons-collections4:jar:4.4'
<dependency org="org.apache.commons" name="commons-collections4" rev="4.4">
  <artifact name="commons-collections4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-collections4', version='4.4')
)
libraryDependencies += "org.apache.commons" % "commons-collections4" % "4.4"
[org.apache.commons/commons-collections4 "4.4"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.easymock : easymock jar 4.0.2
org.apache.commons : commons-lang3 jar 3.9

Project Modules

There are no modules declared in this project.

Versions

Version
4.4
4.3
4.2
4.1
4.0