is not current version
Last Version 4.4

org.apache.commons:commons-collections4 4.0

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.0
Type

Type

jar

Download commons-collections4 4.0


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