is not current version
Last Version 2.3

net.sf.staccatocommons:staccatissimo-lambda 2.2

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

Categories

Categories

Net
GroupId

GroupId

net.sf.staccatocommons
ArtifactId

ArtifactId

staccatissimo-lambda
Version

Version

2.2
Type

Type

jar

Download staccatissimo-lambda 2.2


<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-lambda/ -->
<dependency>
    <groupId>net.sf.staccatocommons</groupId>
    <artifactId>staccatissimo-lambda</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-lambda/
implementation 'net.sf.staccatocommons:staccatissimo-lambda:2.2'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/staccatissimo-lambda/
implementation ("net.sf.staccatocommons:staccatissimo-lambda:2.2")
'net.sf.staccatocommons:staccatissimo-lambda:jar:2.2'
<dependency org="net.sf.staccatocommons" name="staccatissimo-lambda" rev="2.2">
  <artifact name="staccatissimo-lambda" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='staccatissimo-lambda', version='2.2')
)
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-lambda" % "2.2"
[net.sf.staccatocommons/staccatissimo-lambda "2.2"]