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