Download staccatissimo-collections-2.0.jar file - Jar s

Jar examples for s:staccatissimo-collections

Description

Collections library of the Staccatissimo project, focused on providing new abstractions that mix object oriented and functional programming style for dealing with iterable objects.

You can download jar file staccatissimo-collections 2.0 in this page.

Build File

You can use the following script to add staccatissimo-collections-2.0.jar to your project.

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

Download

Click the following link to download the jar file.

staccatissimo-collections-2.0-javadoc.jar
staccatissimo-collections-2.0-sources.jar
staccatissimo-collections-2.0.jar
staccatissimo-collections-2.0.pom



Related Tutorials