is not current version
Last Version 7.18.0-alpha2

org.camunda.bpm:camunda-parent 7.14.0-alpha4

This pom is the parent of all camunda BPM platform projects

GroupId

GroupId

org.camunda.bpm
ArtifactId

ArtifactId

camunda-parent
Version

Version

7.14.0-alpha4
Type

Type

pom

Download camunda-parent 7.14.0-alpha4


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