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