| License | License | 
|---|---|
| GroupId | GroupIdorg.camunda.bpm.springboot.project | 
| ArtifactId | ArtifactIdqa-simple | 
| Version | Version7.17.0-alpha3 | 
| Type | Typejar | 
| Description | DescriptionCamunda Platform - Spring Boot Starter - QA - Simple Provides general dependencies and profiles for database testing | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| qa-simple-7.17.0-alpha3.pom | |
| qa-simple-7.17.0-alpha3.jar | 2 KB | 
| qa-simple-7.17.0-alpha3-test-sources.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-simple/ -->
<dependency>
    <groupId>org.camunda.bpm.springboot.project</groupId>
    <artifactId>qa-simple</artifactId>
    <version>7.17.0-alpha3</version>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-simple/
implementation 'org.camunda.bpm.springboot.project:qa-simple:7.17.0-alpha3'// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-simple/
implementation ("org.camunda.bpm.springboot.project:qa-simple:7.17.0-alpha3")'org.camunda.bpm.springboot.project:qa-simple:jar:7.17.0-alpha3'<dependency org="org.camunda.bpm.springboot.project" name="qa-simple" rev="7.17.0-alpha3">
  <artifact name="qa-simple" type="jar" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='qa-simple', version='7.17.0-alpha3')
)libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-simple" % "7.17.0-alpha3"[org.camunda.bpm.springboot.project/qa-simple "7.17.0-alpha3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-test | jar | 7.17.0-alpha3 | 
| com.h2database : h2 | jar | 1.4.190 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter | jar | 7.17.0-alpha3 |