Files download
File Operation
camunda-engine-rest-client-root-7.16.0-alpha1.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.community</groupId>
  <artifactId>camunda-engine-rest-client-root</artifactId>
  <version>7.16.0-alpha1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.community:camunda-engine-rest-client-root:7.16.0-alpha1'
Gradle Kotlin
implementation("org.camunda.community:camunda-engine-rest-client-root:7.16.0-alpha1")
Scala SBT
libraryDependencies += "org.camunda.community" % "camunda-engine-rest-client-root" % "7.16.0-alpha1"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.community', module='camunda-engine-rest-client-root', version='7.16.0-alpha1')
)
Apache Ivy
<dependency org="org.camunda.community" name="camunda-engine-rest-client-root" rev="7.16.0-alpha1" />
Leiningen
[org.camunda.community/camunda-engine-rest-client-root "7.16.0-alpha1"]
Apache Buildr
'org.camunda.community:camunda-engine-rest-client-root:jar:7.16.0-alpha1'