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