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