| License |
License |
|---|---|
| GroupId | GroupIdio.camunda |
| ArtifactId | ArtifactIdzeebe-process-test-qa |
| Version | Version8.1.0-alpha2 |
| Type | Typepom |
| Description |
DescriptionZeebe Process Test QA
QA tests for testing the Zeebe Process Test project.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| zeebe-process-test-qa-8.1.0-alpha2.pom | 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.1.0-alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-process-test-qa/
implementation 'io.camunda:zeebe-process-test-qa:8.1.0-alpha2'
// https://jarcasting.com/artifacts/io.camunda/zeebe-process-test-qa/
implementation ("io.camunda:zeebe-process-test-qa:8.1.0-alpha2")
'io.camunda:zeebe-process-test-qa:pom:8.1.0-alpha2'
<dependency org="io.camunda" name="zeebe-process-test-qa" rev="8.1.0-alpha2">
<artifact name="zeebe-process-test-qa" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-process-test-qa', version='8.1.0-alpha2')
)
libraryDependencies += "io.camunda" % "zeebe-process-test-qa" % "8.1.0-alpha2"
[io.camunda/zeebe-process-test-qa "8.1.0-alpha2"]