| License | License | 
|---|---|
| GroupId | GroupIdorg.camunda.bpm.extension | 
| ArtifactId | ArtifactIdcamunda-bpm-assert-bpmn-examples | 
| Version | Version2.0-alpha2 | 
| Type | Typejar | 
| Description | DescriptionThis pom defines the required plugins and profiles to allow a camunda release build.
    Inherit this pom when you want to release your project into the camunda nexus and/or maven central. | 
| Project Organization | Project Organization | 
<!-- 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-alpha2</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-alpha2'// 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-alpha2")'org.camunda.bpm.extension:camunda-bpm-assert-bpmn-examples:jar:2.0-alpha2'<dependency org="org.camunda.bpm.extension" name="camunda-bpm-assert-bpmn-examples" rev="2.0-alpha2">
  <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-alpha2')
)libraryDependencies += "org.camunda.bpm.extension" % "camunda-bpm-assert-bpmn-examples" % "2.0-alpha2"[org.camunda.bpm.extension/camunda-bpm-assert-bpmn-examples "2.0-alpha2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.camunda.bpm.extension : camunda-bpm-assert | jar | 2.0-alpha2 | 
| org.camunda.bpm : camunda-engine | jar | 7.0.0-Final | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 18.0 | 
| org.apache.commons : commons-lang3 | jar | 3.1 | 
| org.slf4j : slf4j-api | jar | 1.7.2 | 
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 1.10.19 | 
| org.slf4j : slf4j-simple | jar | 1.7.2 | 
| com.h2database : h2 | jar | 1.3.168 | 
| com.fasterxml.uuid : java-uuid-generator | jar | 3.1.3 |