| GroupId | GroupIdorg.camunda.bpm | 
|---|---|
| ArtifactId | ArtifactIdcamunda-engine | 
| Version | Version7.2.0-alpha2 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine/ -->
<dependency>
    <groupId>org.camunda.bpm</groupId>
    <artifactId>camunda-engine</artifactId>
    <version>7.2.0-alpha2</version>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine/
implementation 'org.camunda.bpm:camunda-engine:7.2.0-alpha2'// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine/
implementation ("org.camunda.bpm:camunda-engine:7.2.0-alpha2")'org.camunda.bpm:camunda-engine:jar:7.2.0-alpha2'<dependency org="org.camunda.bpm" name="camunda-engine" rev="7.2.0-alpha2">
  <artifact name="camunda-engine" type="jar" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm', module='camunda-engine', version='7.2.0-alpha2')
)libraryDependencies += "org.camunda.bpm" % "camunda-engine" % "7.2.0-alpha2"[org.camunda.bpm/camunda-engine "7.2.0-alpha2"]