Jar examples for c:commons-collections
Collections library of the Staccato-Commons project, focused on providing new abstractions that mix object oriented and functional programming style for dealing with iterable objects.
You can download jar file commons-collections 2.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-collections-2.1.jar to your project.
<dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>2.1</version> </dependency>
compile group: 'commons-collections', name: 'commons-collections', version: '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:jar:2.1'
Click the following link to download the jar file.
commons-collections-2.1-javadoc.jar