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.

License

License

GroupId

GroupId

io.futuristic
ArtifactId

ArtifactId

futuristic
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download futuristic

How to add to project

<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.github.tomakehurst : wiremock jar 1.18

Project Modules

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

Versions

Version
0.3.0
0.2.0