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

Jar examples for c:commons-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 commons-lambda 1.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials