Download commons-collections-1.1.jar file - Jar c

Jar examples for c:commons-collections

Description

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 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-collections-1.1.jar to your project.

<dependency>
   <groupId>net.sf.staccatocommons</groupId>
   <artifactId>commons-collections</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'net.sf.staccatocommons', name: 'commons-collections', version: '1.1'
libraryDependencies += "net.sf.staccatocommons" % "commons-collections" % "1.1"
<dependency org="net.sf.staccatocommons" name="commons-collections" rev="1.1"/>
@Grapes(@Grab(group='net.sf.staccatocommons', module='commons-collections', version='1.1'))
'net.sf.staccatocommons:commons-collections:jar:1.1'

Download

Click the following link to download the jar file.

commons-collections-1.1-javadoc.jar
commons-collections-1.1-sources.jar
commons-collections-1.1.jar
commons-collections-1.1.pom



Related Tutorials