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