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