Skip to content
/ java-red Public
forked from avivcarmis/java-red

Effective Concurrency Modules for Java

License

Notifications You must be signed in to change notification settings

dvbug/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


About

Effective Concurrency Modules for Java

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 100.0%