is not current version
Last Version 2.2.4

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

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

2.1.0
Type

Type

pom

Download camunda-bpm-release-parent 2.1.0


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