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