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