is not current version
Last Version 1.5.7

ru.fix:completable-reactor-graph-kotlin 1.3.1

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.

Categories

Categories

Kotlin Languages React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

ru.fix
ArtifactId

ArtifactId

completable-reactor-graph-kotlin
Version

Version

1.3.1
Type

Type

jar

Download completable-reactor-graph-kotlin 1.3.1


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