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