c

camunda-bpm-spring-boot-starter-webapp

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