is not current version
Last Version 1.2.0

io.github.juliengalet:reactor-flow 1.1.2

A library to execute flows with reactor. Inspired by https://github.com/j-easy/easy-flows project.

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.github.juliengalet
ArtifactId

ArtifactId

reactor-flow
Version

Version

1.1.2
Type

Type

jar

Download reactor-flow 1.1.2


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