| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
| Группа | Группаio.github.juliengalet |
| Идентификатор | Идентификаторreactor-flow |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеReactor flow
A library to execute flows with reactor. Inspired by https://github.com/j-easy/easy-flows project.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.projectreactor : reactor-core Необязательный | jar | 3.4.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |