| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.camunda.bpm.springboot.project | 
| ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-qa | 
| Version | Version7.16.0-alpha1 | 
| Type | Typepom | 
| Description | DescriptionCamunda Platform - Spring Boot Starter - QA - Root Pom Provides general dependencies and profiles for database testing | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| camunda-bpm-spring-boot-starter-qa-7.16.0-alpha1.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-qa/ -->
<dependency>
    <groupId>org.camunda.bpm.springboot.project</groupId>
    <artifactId>camunda-bpm-spring-boot-starter-qa</artifactId>
    <version>7.16.0-alpha1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-qa/
implementation 'org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-qa:7.16.0-alpha1'// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-qa/
implementation ("org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-qa:7.16.0-alpha1")'org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-qa:pom:7.16.0-alpha1'<dependency org="org.camunda.bpm.springboot.project" name="camunda-bpm-spring-boot-starter-qa" rev="7.16.0-alpha1">
  <artifact name="camunda-bpm-spring-boot-starter-qa" type="pom" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='camunda-bpm-spring-boot-starter-qa', version='7.16.0-alpha1')
)libraryDependencies += "org.camunda.bpm.springboot.project" % "camunda-bpm-spring-boot-starter-qa" % "7.16.0-alpha1"[org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-qa "7.16.0-alpha1"]