| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки CLI Reactive Streams Контейнер Микросервисы Reactive libraries |
| Группа | Группаorg.eclipse.microprofile.reactive.streams |
| Идентификатор | Идентификаторmicroprofile-reactive-streams-operators |
| Версия | Версия1.0-RC3 |
| Тип | Типjar |
| Описание |
ОписаниеMicroProfile Reactive Streams Operators
MicroProfile Reactive Streams Operators :: API
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators/ -->
<dependency>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-operators</artifactId>
<version>1.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators/
implementation 'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:1.0-RC3'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators/
implementation ("org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:1.0-RC3")
'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators:jar:1.0-RC3'
<dependency org="org.eclipse.microprofile.reactive.streams" name="microprofile-reactive-streams-operators" rev="1.0-RC3">
<artifact name="microprofile-reactive-streams-operators" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.reactive.streams', module='microprofile-reactive-streams-operators', version='1.0-RC3')
)
libraryDependencies += "org.eclipse.microprofile.reactive.streams" % "microprofile-reactive-streams-operators" % "1.0-RC3"
[org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators "1.0-RC3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.reactivestreams : reactive-streams | jar | 1.0.2 |
| org.osgi : org.osgi.annotation.versioning | jar | 1.0.0 |