delight-functional

Utilities for functional-style Java applications.

Лицензия

Лицензия

GPL
Группа

Группа

org.javadelight
Идентификатор

Идентификатор

delight-functional
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

bundle
Описание

Описание

delight-functional
Utilities for functional-style Java applications.
Ссылка на сайт

Ссылка на сайт

https://github.com/javadelight/delight-functional
Система контроля версий

Система контроля версий

https://github.com/javadelight/delight-functional

Скачать delight-functional

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.eclipse.xtend : org.eclipse.xtend.lib.gwt jar 2.13.0
com.google.guava : guava jar 22.0
junit : junit jar 4.7

provided (1)

Идентификатор библиотеки Тип Версия
com.google.gwt : gwt-user jar 2.8.2

Модули Проекта

Данный проект не имеет модулей.

Build Status

delight-functional

Part of Java Delight.

Utilities for functional-style Java code.

Maven Site

Dependency

Just add the following dependency to your projects.

<dependency>
    <groupId>org.javadelight</groupId>
    <artifactId>delight-functional</artifactId>
    <version>[insert latest version]</version>
</dependency>

This artifact is available on Maven Central and BinTray.

Maven Central

Usage

This library provides various base interfaces, which are the building block for functional Java applications.

While many of these exist in the most recent versions of Java, older versions of Java did not include them, so this library is ideal for developing backwards-compatible Java code. This is especially useful when developing GWT applications.

Find the interfaces and classes for this library here.

Latest Version

Download

Версии библиотеки

Версия
0.1.0
0.0.12
0.0.10