z

zeebe-process-test-root

This pom should be the parent of all specified modules. It defines all versions and provides plugins that are required for the child modules.
Apache License, Version 2.0
Files download
File Operation
zeebe-process-test-root-8.6.0-alpha1.pom download
Apache Maven
<dependency>
  <groupId>io.camunda</groupId>
  <artifactId>zeebe-process-test-root</artifactId>
  <version>8.6.0-alpha1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.camunda:zeebe-process-test-root:8.6.0-alpha1'
Gradle Kotlin
implementation("io.camunda:zeebe-process-test-root:8.6.0-alpha1")
Scala SBT
libraryDependencies += "io.camunda" % "zeebe-process-test-root" % "8.6.0-alpha1"
Groovy Grape
@Grapes(
  @Grab(group='io.camunda', module='zeebe-process-test-root', version='8.6.0-alpha1')
)
Apache Ivy
<dependency org="io.camunda" name="zeebe-process-test-root" rev="8.6.0-alpha1" />
Leiningen
[io.camunda/zeebe-process-test-root "8.6.0-alpha1"]
Apache Buildr
'io.camunda:zeebe-process-test-root:jar:8.6.0-alpha1'