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