is not current version
Last Version 2.2.4

org.camunda:camunda-bpm-release-parent 0.2

This pom defines the required plugins and profiles to allow a camunda bpm release build.

GroupId

GroupId

org.camunda
ArtifactId

ArtifactId

camunda-bpm-release-parent
Version

Version

0.2
Type

Type

pom

Download camunda-bpm-release-parent 0.2


<!-- https://jarcasting.com/artifacts/org.camunda/camunda-bpm-release-parent/ -->
<dependency>
    <groupId>org.camunda</groupId>
    <artifactId>camunda-bpm-release-parent</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda/camunda-bpm-release-parent/
implementation 'org.camunda:camunda-bpm-release-parent:0.2'
// https://jarcasting.com/artifacts/org.camunda/camunda-bpm-release-parent/
implementation ("org.camunda:camunda-bpm-release-parent:0.2")
'org.camunda:camunda-bpm-release-parent:pom:0.2'
<dependency org="org.camunda" name="camunda-bpm-release-parent" rev="0.2">
  <artifact name="camunda-bpm-release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda', module='camunda-bpm-release-parent', version='0.2')
)
libraryDependencies += "org.camunda" % "camunda-bpm-release-parent" % "0.2"
[org.camunda/camunda-bpm-release-parent "0.2"]