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