Files download
File Operation
engine-variable-test-7.21.0.pom download
engine-variable-test-7.21.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm.qa</groupId>
  <artifactId>engine-variable-test</artifactId>
  <version>7.21.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm.qa:engine-variable-test:7.21.0'
Gradle Kotlin
implementation("org.camunda.bpm.qa:engine-variable-test:7.21.0")
Scala SBT
libraryDependencies += "org.camunda.bpm.qa" % "engine-variable-test" % "7.21.0"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm.qa', module='engine-variable-test', version='7.21.0')
)
Apache Ivy
<dependency org="org.camunda.bpm.qa" name="engine-variable-test" rev="7.21.0" />
Leiningen
[org.camunda.bpm.qa/engine-variable-test "7.21.0"]
Apache Buildr
'org.camunda.bpm.qa:engine-variable-test:jar:7.21.0'