Download staccatissimo-lambda-2.1.jar file - Jar s

Jar examples for s:staccatissimo-lambda

Description

Lightweight library for instantiating functions and predicates in a DSL style, without using anonymous classes. This project is aimed to simplify higher-order programming until Java adds lambdas to its language

You can download jar file staccatissimo-lambda 2.1 in this page.

Build File

You can use the following script to add staccatissimo-lambda-2.1.jar to your project.

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

Download

Click the following link to download the jar file.

staccatissimo-lambda-2.1-javadoc.jar
staccatissimo-lambda-2.1-sources.jar
staccatissimo-lambda-2.1.jar
staccatissimo-lambda-2.1.pom



Related Tutorials