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