is not current version
Last Version 20040616

commons-collections:commons-collections 3.2.1

Types that extend and augment the Java Collections Framework.

GroupId

GroupId

commons-collections
ArtifactId

ArtifactId

commons-collections
Version

Version

3.2.1
Type

Type

jar

Download commons-collections 3.2.1


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