| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.camunda.bpm.springboot.project | 
| ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-root | 
| Version | Version7.15.0-alpha5 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| camunda-bpm-spring-boot-starter-root-7.15.0-alpha5.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-root/ -->
<dependency>
    <groupId>org.camunda.bpm.springboot.project</groupId>
    <artifactId>camunda-bpm-spring-boot-starter-root</artifactId>
    <version>7.15.0-alpha5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-root/
implementation 'org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-root:7.15.0-alpha5'// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-root/
implementation ("org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-root:7.15.0-alpha5")'org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-root:pom:7.15.0-alpha5'<dependency org="org.camunda.bpm.springboot.project" name="camunda-bpm-spring-boot-starter-root" rev="7.15.0-alpha5">
  <artifact name="camunda-bpm-spring-boot-starter-root" type="pom" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='camunda-bpm-spring-boot-starter-root', version='7.15.0-alpha5')
)libraryDependencies += "org.camunda.bpm.springboot.project" % "camunda-bpm-spring-boot-starter-root" % "7.15.0-alpha5"[org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-root "7.15.0-alpha5"]