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