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