Download commons-collections-3.0-dev2.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 3.0-dev2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

commons-collections-3.0-dev2.jar
commons-collections-3.0-dev2.pom



Related Tutorials