Download staccatissimo-lambda-2.3.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.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials