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