Last Version

Staccatissimo-Lambda 2.3

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.staccatocommons
ArtifactId

ArtifactId

staccatissimo-lambda
Version

Version

2.3
Type

Type

jar
Description

Description

Staccatissimo-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
Project URL

Project URL

http://staccatocommons.sourceforge.net/staccatissimo/staccatissimo-lambda
Project Organization

Project Organization

StaccatoCommons

Download staccatissimo-lambda 2.3


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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-proxy jar 1.0
org.javassist : javassist jar 3.14.0-GA
net.sf.staccatocommons : staccatissimo-lang jar 2.3

test (1)

Group / Artifact Type Version
net.sf.staccatocommons : staccatissimo-testing jar 2.3

Project Modules

There are no modules declared in this project.