io.github.avivcarmis:java-red

Effective Concurrency Modules for Java.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.avivcarmis
ArtifactId

ArtifactId

java-red
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.avivcarmis:java-red
Effective Concurrency Modules for Java.
Project URL

Project URL

https://github.com/avivcarmis/java-red
Source Code Management

Source Code Management

https://github.com/avivcarmis/java-red

Download java-red

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 21.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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


Versions

Version
1.0.1
1.0.0