Skip to content

avivcarmis/java-red

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaRed : Effective Concurrency Modules for Java

The Java Red Library


Java Red Build Status at Travis CI

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.

Latest Release


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:

Getting Started


The JavaRed Library getting start guide at Github Wiki page: https://github.com/avivcarmis/java-red/wiki

Useful Links