is not current version
Last Version 7.18.0-alpha2

org.camunda.bpm.model:camunda-xml-model 7.1.0-Final


GroupId

GroupId

org.camunda.bpm.model
ArtifactId

ArtifactId

camunda-xml-model
Version

Version

7.1.0-Final
Type

Type

jar

Download camunda-xml-model 7.1.0-Final


<!-- https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-xml-model/ -->
<dependency>
    <groupId>org.camunda.bpm.model</groupId>
    <artifactId>camunda-xml-model</artifactId>
    <version>7.1.0-Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-xml-model/
implementation 'org.camunda.bpm.model:camunda-xml-model:7.1.0-Final'
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-xml-model/
implementation ("org.camunda.bpm.model:camunda-xml-model:7.1.0-Final")
'org.camunda.bpm.model:camunda-xml-model:jar:7.1.0-Final'
<dependency org="org.camunda.bpm.model" name="camunda-xml-model" rev="7.1.0-Final">
  <artifact name="camunda-xml-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.model', module='camunda-xml-model', version='7.1.0-Final')
)
libraryDependencies += "org.camunda.bpm.model" % "camunda-xml-model" % "7.1.0-Final"
[org.camunda.bpm.model/camunda-xml-model "7.1.0-Final"]