futuristic

An awesome and simple way to do Future programming on Java 1.8. Futuristic allows you develop from scratch or convert existing Callback-based programs to Future-based. This will help you as to forget about the Callback hell and at the same time create beautiful, robust and readable code.

Лицензия

Лицензия

Группа

Группа

io.futuristic
Идентификатор

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

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

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

futuristic
An awesome and simple way to do Future programming on Java 1.8. Futuristic allows you develop from scratch or convert existing Callback-based programs to Future-based. This will help you as to forget about the Callback hell and at the same time create beautiful, robust and readable code.

Скачать futuristic

Имя Файла Размер
futuristic-0.3.0.pom 5 KB
futuristic-0.3.0-tests.jar 2 KB
Обзор

Как подключить последнюю версию

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
com.github.tomakehurst : wiremock jar 1.18

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

  • futuristic-core
  • futuristic-http
  • futuristic-http-gson
  • futuristic-http-ning

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

Версия
0.3.0
0.2.0