GroupId | GroupIdorg.camunda.bpm.model |
---|---|
ArtifactId | ArtifactIdcamunda-bpmn-model |
Version | Version7.4.0 |
Type | Typejar |
Filename | Size |
---|---|
camunda-bpmn-model-7.4.0.pom | |
camunda-bpmn-model-7.4.0.jar | 588 KB |
camunda-bpmn-model-7.4.0-test-sources.jar | 206 KB |
camunda-bpmn-model-7.4.0-sources.jar | 442 KB |
camunda-bpmn-model-7.4.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-bpmn-model/ -->
<dependency>
<groupId>org.camunda.bpm.model</groupId>
<artifactId>camunda-bpmn-model</artifactId>
<version>7.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-bpmn-model/
implementation 'org.camunda.bpm.model:camunda-bpmn-model:7.4.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-bpmn-model/
implementation ("org.camunda.bpm.model:camunda-bpmn-model:7.4.0")
'org.camunda.bpm.model:camunda-bpmn-model:jar:7.4.0'
<dependency org="org.camunda.bpm.model" name="camunda-bpmn-model" rev="7.4.0">
<artifact name="camunda-bpmn-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.model', module='camunda-bpmn-model', version='7.4.0')
)
libraryDependencies += "org.camunda.bpm.model" % "camunda-bpmn-model" % "7.4.0"
[org.camunda.bpm.model/camunda-bpmn-model "7.4.0"]