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

ru.fix:completable-reactor-runtime 1.4.5

CompletableReactor framework makes it easier to create business flows that have concurrently running parts and complex execution branching. CompletableReactor provides DSL-like Builder-style API to describe business flows. Framework built on top of Fork Join Pool and CompletableFuture API.

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries
Группа

Группа

ru.fix
Идентификатор

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

completable-reactor-runtime
Версия

Версия

1.4.5
Тип

Тип

jar

Скачать completable-reactor-runtime 1.4.5


<!-- https://jarcasting.com/artifacts/ru.fix/completable-reactor-runtime/ -->
<dependency>
    <groupId>ru.fix</groupId>
    <artifactId>completable-reactor-runtime</artifactId>
    <version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/ru.fix/completable-reactor-runtime/
implementation 'ru.fix:completable-reactor-runtime:1.4.5'
// https://jarcasting.com/artifacts/ru.fix/completable-reactor-runtime/
implementation ("ru.fix:completable-reactor-runtime:1.4.5")
'ru.fix:completable-reactor-runtime:jar:1.4.5'
<dependency org="ru.fix" name="completable-reactor-runtime" rev="1.4.5">
  <artifact name="completable-reactor-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.fix', module='completable-reactor-runtime', version='1.4.5')
)
libraryDependencies += "ru.fix" % "completable-reactor-runtime" % "1.4.5"
[ru.fix/completable-reactor-runtime "1.4.5"]