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