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