is not current version
Last Version 3.9.1

org.camunda:camunda-release-parent 2.6

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.

GroupId

GroupId

org.camunda
ArtifactId

ArtifactId

camunda-release-parent
Version

Version

2.6
Type

Type

pom

Download camunda-release-parent 2.6


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