| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки CLI Reactive Streams Контейнер Микросервисы Reactive libraries |
| Группа | Группаorg.eclipse.microprofile.reactive-streams-operators |
| Идентификатор | Идентификаторmicroprofile-reactive-streams-operators-parent |
| Последняя версия | Последняя версия3.0-RC1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеEclipse MicroProfile Reactive Streams Operators
Eclipse MicroProfile Reactive Streams Operators :: Parent POM
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| microprofile-reactive-streams-operators-parent-3.0-RC1.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-parent/ -->
<dependency>
<groupId>org.eclipse.microprofile.reactive-streams-operators</groupId>
<artifactId>microprofile-reactive-streams-operators-parent</artifactId>
<version>3.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-parent/
implementation 'org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:3.0-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-parent/
implementation ("org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:3.0-RC1")
'org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:pom:3.0-RC1'
<dependency org="org.eclipse.microprofile.reactive-streams-operators" name="microprofile-reactive-streams-operators-parent" rev="3.0-RC1">
<artifact name="microprofile-reactive-streams-operators-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.reactive-streams-operators', module='microprofile-reactive-streams-operators-parent', version='3.0-RC1')
)
libraryDependencies += "org.eclipse.microprofile.reactive-streams-operators" % "microprofile-reactive-streams-operators-parent" % "3.0-RC1"
[org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-parent "3.0-RC1"]