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.1 in this page.
Apache License
You can use the following script to add commons-collections4-4.1.jar to your project.
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.1</version> </dependency>
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.1'
libraryDependencies += "org.apache.commons" % "commons-collections4" % "4.1"
<dependency org="org.apache.commons" name="commons-collections4" rev="4.1"/>
@Grapes(@Grab(group='org.apache.commons', module='commons-collections4', version='4.1'))
'org.apache.commons:commons-collections4:jar:4.1'
Click the following link to download the jar file.
commons-collections4-4.1-javadoc.jar