c

commons-lambda

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
http://staccatocommons.sourceforge.net/${project.artifactId}
Files download
File Operation
commons-lambda-1.2.jar download
commons-lambda-1.2.pom download
commons-lambda-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>commons-lambda</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:commons-lambda:1.2'
Gradle Kotlin
implementation("net.sf.staccatocommons:commons-lambda:1.2")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "commons-lambda" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='commons-lambda', version='1.2')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="commons-lambda" rev="1.2" />
Leiningen
[net.sf.staccatocommons/commons-lambda "1.2"]
Apache Buildr
'net.sf.staccatocommons:commons-lambda:jar:1.2'