is not current version
Last Version 7.18.0-alpha2

org.camunda.bpm:camunda-parent 7.5.0-alpha3

This pom is the parent of all camunda BPM platform projects

GroupId

GroupId

org.camunda.bpm
ArtifactId

ArtifactId

camunda-parent
Version

Version

7.5.0-alpha3
Type

Type

pom

Download camunda-parent 7.5.0-alpha3


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