| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
| Группа | Группаorg.camunda.bpm.extension.reactor.project |
| Идентификатор | Идентификаторcamunda-bpm-reactor-example-root |
| Последняя версия | Последняя версия2.1.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеThis pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camunda-bpm-reactor-example-root-2.1.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.reactor.project/camunda-bpm-reactor-example-root/ -->
<dependency>
<groupId>org.camunda.bpm.extension.reactor.project</groupId>
<artifactId>camunda-bpm-reactor-example-root</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.reactor.project/camunda-bpm-reactor-example-root/
implementation 'org.camunda.bpm.extension.reactor.project:camunda-bpm-reactor-example-root:2.1.2'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.reactor.project/camunda-bpm-reactor-example-root/
implementation ("org.camunda.bpm.extension.reactor.project:camunda-bpm-reactor-example-root:2.1.2")
'org.camunda.bpm.extension.reactor.project:camunda-bpm-reactor-example-root:pom:2.1.2'
<dependency org="org.camunda.bpm.extension.reactor.project" name="camunda-bpm-reactor-example-root" rev="2.1.2">
<artifact name="camunda-bpm-reactor-example-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.reactor.project', module='camunda-bpm-reactor-example-root', version='2.1.2')
)
libraryDependencies += "org.camunda.bpm.extension.reactor.project" % "camunda-bpm-reactor-example-root" % "2.1.2"
[org.camunda.bpm.extension.reactor.project/camunda-bpm-reactor-example-root "2.1.2"]