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