is not current version
Last Version 3.9.1

org.camunda:camunda-release-parent 3.4

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

3.4
Type

Type

pom

Download camunda-release-parent 3.4


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