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