| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
|---|---|
| Группа | Группаio.arrow-kt |
| Идентификатор | Идентификаторarrow-fx-reactor |
| Версия | Версия0.10.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| arrow-fx-reactor-0.10.1.pom | |
| arrow-fx-reactor-0.10.1.jar | 613 KB |
| arrow-fx-reactor-0.10.1-sources.jar | 47 KB |
| arrow-fx-reactor-0.10.1-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-reactor/ -->
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-fx-reactor</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-reactor/
implementation 'io.arrow-kt:arrow-fx-reactor:0.10.1'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-reactor/
implementation ("io.arrow-kt:arrow-fx-reactor:0.10.1")
'io.arrow-kt:arrow-fx-reactor:jar:0.10.1'
<dependency org="io.arrow-kt" name="arrow-fx-reactor" rev="0.10.1">
<artifact name="arrow-fx-reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-fx-reactor', version='0.10.1')
)
libraryDependencies += "io.arrow-kt" % "arrow-fx-reactor" % "0.10.1"
[io.arrow-kt/arrow-fx-reactor "0.10.1"]