c

camunda-bpm-spring-boot-starter

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