| Группа | Группаio.camunda |
|---|---|
| Идентификатор | Идентификаторzeebe-qa-integration-tests |
| Версия | Версия8.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| zeebe-qa-integration-tests-8.0.2.pom | |
| zeebe-qa-integration-tests-8.0.2.jar | 1 KB |
| zeebe-qa-integration-tests-8.0.2-test-sources.jar | 146 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-qa-integration-tests/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-qa-integration-tests</artifactId>
<version>8.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-qa-integration-tests/
implementation 'io.camunda:zeebe-qa-integration-tests:8.0.2'
// https://jarcasting.com/artifacts/io.camunda/zeebe-qa-integration-tests/
implementation ("io.camunda:zeebe-qa-integration-tests:8.0.2")
'io.camunda:zeebe-qa-integration-tests:jar:8.0.2'
<dependency org="io.camunda" name="zeebe-qa-integration-tests" rev="8.0.2">
<artifact name="zeebe-qa-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-qa-integration-tests', version='8.0.2')
)
libraryDependencies += "io.camunda" % "zeebe-qa-integration-tests" % "8.0.2"
[io.camunda/zeebe-qa-integration-tests "8.0.2"]