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