Welcome to Staccatissimo, the StaccatoCommons core library!
You will find all the information you need about this project in the wiki
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.staccatocommons |
| Идентификатор | Идентификаторstaccatissimo-lambda |
| Последняя версия | Последняя версия2.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| staccatissimo-lambda-2.3.pom | |
| staccatissimo-lambda-2.3.jar | 12 KB |
| staccatissimo-lambda-2.3-sources.jar | 6 KB |
| staccatissimo-lambda-2.3-site.xml | 517 bytes |
| staccatissimo-lambda-2.3-javadoc.jar | 46 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-proxy | jar | 1.0 |
| org.javassist : javassist | jar | 3.14.0-GA |
| net.sf.staccatocommons : staccatissimo-lang | jar | 2.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.staccatocommons : staccatissimo-testing | jar | 2.3 |
Welcome to Staccatissimo, the StaccatoCommons core library!
You will find all the information you need about this project in the wiki