The JavaRed library essentially introduces an effective, intuitive interface to define and manage asynchronous, concurrent graph execution flows. JavaRed requires JDK 1.8 or higher.
The most recent release is JavaRed 1.0.1, released April 6, 2017.
To add a dependency on JavaRed Library using Maven, use the following:
<dependency>
<groupId>io.github.avivcarmis</groupId>
<artifactId>java-red</artifactId>
<version>1.0.1</version>
</dependency>
To add a dependency on JavaRed Library using Gradle, use the following:
compile 'io.github.avivcarmis:java-red:1.0.1'
API Docs:
- Latest: https://avivcarmis.github.io/java-red/apidocs/latest/
- 1.0.1: https://avivcarmis.github.io/java-red/apidocs/1.0.1/
The JavaRed Library getting start guide at Github Wiki page: https://github.com/avivcarmis/java-red/wiki