| License |
License |
|---|---|
| GroupId | GroupIdio.camunda |
| ArtifactId | ArtifactIdzeebe-process-test-qa |
| Version | Version8.0.0 |
| Type | Typejar |
| Description |
DescriptionZeebe Process Test QA
QA tests for testing the Zeebe Process Test project.
|
| Filename | Size |
|---|---|
| zeebe-process-test-qa-8.0.0.pom | |
| zeebe-process-test-qa-8.0.0.jar | 1 KB |
| zeebe-process-test-qa-8.0.0-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-process-test-qa/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-qa</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-process-test-qa/
implementation 'io.camunda:zeebe-process-test-qa:8.0.0'
// https://jarcasting.com/artifacts/io.camunda/zeebe-process-test-qa/
implementation ("io.camunda:zeebe-process-test-qa:8.0.0")
'io.camunda:zeebe-process-test-qa:jar:8.0.0'
<dependency org="io.camunda" name="zeebe-process-test-qa" rev="8.0.0">
<artifact name="zeebe-process-test-qa" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-process-test-qa', version='8.0.0')
)
libraryDependencies += "io.camunda" % "zeebe-process-test-qa" % "8.0.0"
[io.camunda/zeebe-process-test-qa "8.0.0"]