License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdorg.camunda.bpm.extension |
ArtifactId | ArtifactIdcamunda-bpm-reactor-root |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camunda-bpm-reactor-root-1.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-reactor-root/ -->
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-reactor-root</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-reactor-root/
implementation 'org.camunda.bpm.extension:camunda-bpm-reactor-root:1.2'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-reactor-root/
implementation ("org.camunda.bpm.extension:camunda-bpm-reactor-root:1.2")
'org.camunda.bpm.extension:camunda-bpm-reactor-root:pom:1.2'
<dependency org="org.camunda.bpm.extension" name="camunda-bpm-reactor-root" rev="1.2">
<artifact name="camunda-bpm-reactor-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension', module='camunda-bpm-reactor-root', version='1.2')
)
libraryDependencies += "org.camunda.bpm.extension" % "camunda-bpm-reactor-root" % "1.2"
[org.camunda.bpm.extension/camunda-bpm-reactor-root "1.2"]