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