Group Id commons-collections
Artifact Id commons-collections
Version 3.2.2
Packaging jar
URL -
Badge
Last Updated 2015-11-12T15:11:16+00:00
Download Jar | View All
Javadoc View
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>commons-collections</groupId>
    <artifactId>commons-collections</artifactId>
    <version>3.2.2</version>
</dependency>
implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.2'
implementation 'commons-collections:commons-collections:3.2.2'
implementation("commons-collections:commons-collections:3.2.2")
libraryDependencies += "commons-collections" % "commons-collections" % "3.2.2"
<dependency org="commons-collections" name="commons-collections" rev="3.2.2"/>
@Grapes(
    @Grab(group='commons-collections', module='commons-collections', version='3.2.2')
)
[commons-collections/commons-collections "3.2.2"]
'commons-collections:commons-collections:3.2.2'