Jar examples for c:commons-collections4
The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
You can download jar file commons-collections4 4.0 in this page.
Apache License
You can use the following script to add commons-collections4-4.0.jar to your project.
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.0</version> </dependency>
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.0'
libraryDependencies += "org.apache.commons" % "commons-collections4" % "4.0"
<dependency org="org.apache.commons" name="commons-collections4" rev="4.0"/>
@Grapes(@Grab(group='org.apache.commons', module='commons-collections4', version='4.0'))
'org.apache.commons:commons-collections4:jar:4.0'
Click the following link to download the jar file.
commons-collections4-4.0-javadoc.jar