License |
License |
---|---|
GroupId | GroupIdorg.camunda.bpm.model |
ArtifactId | ArtifactIdcamunda-xml-model |
Version | Version7.17.0 |
Type | Typejar |
Description |
DescriptionCamunda Platform - Xml Model API
Provides general dependencies and profiles for database testing
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camunda-xml-model-7.17.0.pom | |
camunda-xml-model-7.17.0.jar | 160 KB |
camunda-xml-model-7.17.0-test-sources.jar | 96 KB |
camunda-xml-model-7.17.0-sources.jar | 138 KB |
camunda-xml-model-7.17.0-javadoc.jar | 1 MB |
Browse |
<!-- 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.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-xml-model/
implementation 'org.camunda.bpm.model:camunda-xml-model:7.17.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-xml-model/
implementation ("org.camunda.bpm.model:camunda-xml-model:7.17.0")
'org.camunda.bpm.model:camunda-xml-model:jar:7.17.0'
<dependency org="org.camunda.bpm.model" name="camunda-xml-model" rev="7.17.0">
<artifact name="camunda-xml-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.model', module='camunda-xml-model', version='7.17.0')
)
libraryDependencies += "org.camunda.bpm.model" % "camunda-xml-model" % "7.17.0"
[org.camunda.bpm.model/camunda-xml-model "7.17.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.assertj : assertj-core | jar |