Download commons-lambda-1.2.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.2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials