License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdio.github.juliengalet |
ArtifactId | ArtifactIdreactor-flow |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReactor flow
A library to execute flows with reactor. Inspired by https://github.com/j-easy/easy-flows project.
|
Project URL |
Project URL |
Filename | Size |
---|---|
reactor-flow-1.2.0.pom | |
reactor-flow-1.2.0.jar | 86 KB |
reactor-flow-1.2.0-sources.jar | 40 KB |
reactor-flow-1.2.0-javadoc.jar | 802 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.juliengalet/reactor-flow/ -->
<dependency>
<groupId>io.github.juliengalet</groupId>
<artifactId>reactor-flow</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.juliengalet/reactor-flow/
implementation 'io.github.juliengalet:reactor-flow:1.2.0'
// https://jarcasting.com/artifacts/io.github.juliengalet/reactor-flow/
implementation ("io.github.juliengalet:reactor-flow:1.2.0")
'io.github.juliengalet:reactor-flow:jar:1.2.0'
<dependency org="io.github.juliengalet" name="reactor-flow" rev="1.2.0">
<artifact name="reactor-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.juliengalet', module='reactor-flow', version='1.2.0')
)
libraryDependencies += "io.github.juliengalet" % "reactor-flow" % "1.2.0"
[io.github.juliengalet/reactor-flow "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core Optional | jar | 3.4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
io.projectreactor : reactor-test | jar | 3.4.12 |
org.assertj : assertj-core | jar | 3.21.0 |