Welcome to Staccatissimo, the StaccatoCommons core library!
You will find all the information you need about this project in the wiki
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.staccatocommons |
| Идентификатор | Идентификаторcommons-lambda |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеStaccato-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
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| commons-lambda-1.2.pom | |
| commons-lambda-1.2.jar | 12 KB |
| commons-lambda-1.2-sources.jar | 6 KB |
| commons-lambda-1.2-site.xml | 520 bytes |
| commons-lambda-1.2-javadoc.jar | 46 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-lambda/ -->
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-lambda</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-lambda/
implementation 'net.sf.staccatocommons:commons-lambda:1.2'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-lambda/
implementation ("net.sf.staccatocommons:commons-lambda:1.2")
'net.sf.staccatocommons:commons-lambda:jar:1.2'
<dependency org="net.sf.staccatocommons" name="commons-lambda" rev="1.2">
<artifact name="commons-lambda" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-lambda', version='1.2')
)
libraryDependencies += "net.sf.staccatocommons" % "commons-lambda" % "1.2"
[net.sf.staccatocommons/commons-lambda "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-proxy | jar | 1.0 |
| org.javassist : javassist | jar | 3.14.0-GA |
| net.sf.staccatocommons : commons-lang | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.staccatocommons : commons-testing | jar | 1.2 |
Welcome to Staccatissimo, the StaccatoCommons core library!
You will find all the information you need about this project in the wiki