GroupId | GroupIdorg.camunda.bpm.model |
---|---|
ArtifactId | ArtifactIdcamunda-cmmn-model |
Version | Version7.9.0 |
Type | Typejar |
Filename | Size |
---|---|
camunda-cmmn-model-7.9.0.pom | |
camunda-cmmn-model-7.9.0.jar | 280 KB |
camunda-cmmn-model-7.9.0-test-sources.jar | 88 KB |
camunda-cmmn-model-7.9.0-sources.jar | 208 KB |
camunda-cmmn-model-7.9.0-javadoc.jar | 1 MB |
Browse |
<!-- 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.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-cmmn-model/
implementation 'org.camunda.bpm.model:camunda-cmmn-model:7.9.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-cmmn-model/
implementation ("org.camunda.bpm.model:camunda-cmmn-model:7.9.0")
'org.camunda.bpm.model:camunda-cmmn-model:jar:7.9.0'
<dependency org="org.camunda.bpm.model" name="camunda-cmmn-model" rev="7.9.0">
<artifact name="camunda-cmmn-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.model', module='camunda-cmmn-model', version='7.9.0')
)
libraryDependencies += "org.camunda.bpm.model" % "camunda-cmmn-model" % "7.9.0"
[org.camunda.bpm.model/camunda-cmmn-model "7.9.0"]