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