| GroupId | GroupIdorg.camunda.bpm.extension | 
|---|---|
| ArtifactId | ArtifactIdcamunda-bpm-assert-bpmn-examples | 
| Version | Version2.0-alpha1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-assert-bpmn-examples/ -->
<dependency>
    <groupId>org.camunda.bpm.extension</groupId>
    <artifactId>camunda-bpm-assert-bpmn-examples</artifactId>
    <version>2.0-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-assert-bpmn-examples/
implementation 'org.camunda.bpm.extension:camunda-bpm-assert-bpmn-examples:2.0-alpha1'// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-assert-bpmn-examples/
implementation ("org.camunda.bpm.extension:camunda-bpm-assert-bpmn-examples:2.0-alpha1")'org.camunda.bpm.extension:camunda-bpm-assert-bpmn-examples:jar:2.0-alpha1'<dependency org="org.camunda.bpm.extension" name="camunda-bpm-assert-bpmn-examples" rev="2.0-alpha1">
  <artifact name="camunda-bpm-assert-bpmn-examples" type="jar" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.extension', module='camunda-bpm-assert-bpmn-examples', version='2.0-alpha1')
)libraryDependencies += "org.camunda.bpm.extension" % "camunda-bpm-assert-bpmn-examples" % "2.0-alpha1"[org.camunda.bpm.extension/camunda-bpm-assert-bpmn-examples "2.0-alpha1"]