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