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