Group Id org.apache.commons
Artifact Id commons-collections4
Version 4.4
Packaging jar
URL -
Badge
Last Updated 2019-07-05T10:10:17+00:00
Download Jar | View All
Javadoc View
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-collections4</artifactId>
    <version>4.4</version>
</dependency>
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation("org.apache.commons:commons-collections4:4.4")
libraryDependencies += "org.apache.commons" % "commons-collections4" % "4.4"
<dependency org="org.apache.commons" name="commons-collections4" rev="4.4"/>
@Grapes(
    @Grab(group='org.apache.commons', module='commons-collections4', version='4.4')
)
[org.apache.commons/commons-collections4 "4.4"]
'org.apache.commons:commons-collections4:4.4'