文件下载
文件名 操作
camunda-webapp-7.8.0-alpha2.pom 下载
camunda-webapp-7.8.0-alpha2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.camunda.bpm.webapp</groupId>
  <artifactId>camunda-webapp</artifactId>
  <version>7.8.0-alpha2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm.webapp:camunda-webapp:7.8.0-alpha2'
Gradle Kotlin
implementation("org.camunda.bpm.webapp:camunda-webapp:7.8.0-alpha2")
Scala SBT
libraryDependencies += "org.camunda.bpm.webapp" % "camunda-webapp" % "7.8.0-alpha2"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm.webapp', module='camunda-webapp', version='7.8.0-alpha2')
)
Apache Ivy
<dependency org="org.camunda.bpm.webapp" name="camunda-webapp" rev="7.8.0-alpha2" />
Leiningen
[org.camunda.bpm.webapp/camunda-webapp "7.8.0-alpha2"]
Apache Buildr
'org.camunda.bpm.webapp:camunda-webapp:jar:7.8.0-alpha2'