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