| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
| Группа | Группаorg.camunda.bpm.extension.examples |
| Идентификатор | Идентификаторcamunda-bpm-reactor-examples |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples/ -->
<dependency>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-bpm-reactor-examples</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples/
implementation 'org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples:1.2'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples/
implementation ("org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples:1.2")
'org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples:jar:1.2'
<dependency org="org.camunda.bpm.extension.examples" name="camunda-bpm-reactor-examples" rev="1.2">
<artifact name="camunda-bpm-reactor-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.examples', module='camunda-bpm-reactor-examples', version='1.2')
)
libraryDependencies += "org.camunda.bpm.extension.examples" % "camunda-bpm-reactor-examples" % "1.2"
[org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples "1.2"]