io.github.avivcarmis:java-red

Effective Concurrency Modules for Java.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

io.github.avivcarmis
Идентификатор

Идентификатор

java-red
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.avivcarmis:java-red
Effective Concurrency Modules for Java.
Ссылка на сайт

Ссылка на сайт

https://github.com/avivcarmis/java-red
Система контроля версий

Система контроля версий

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

Скачать java-red

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 21.0
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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


Версии библиотеки

Версия
1.0.1
1.0.0