| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
|---|---|
| Группа | Группаru.fix |
| Идентификатор | Идентификаторcompletable-reactor-runtime |
| Версия | Версия1.4.5 |
| Тип | Типjar |
<!-- 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"]