is not current version
Last Version 4.4

org.apache.commons:commons-collections4 4.2

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

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-collections4
Version

Version

4.2
Type

Type

jar

Download commons-collections4 4.2


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