| GroupId | GroupIdorg.camunda.bpm.springboot.project | 
|---|---|
| ArtifactId | ArtifactIdqa-webapp-ce-runtime | 
| Version | Version7.13.0-alpha4 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-ce-runtime/ -->
<dependency>
    <groupId>org.camunda.bpm.springboot.project</groupId>
    <artifactId>qa-webapp-ce-runtime</artifactId>
    <version>7.13.0-alpha4</version>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-ce-runtime/
implementation 'org.camunda.bpm.springboot.project:qa-webapp-ce-runtime:7.13.0-alpha4'// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-ce-runtime/
implementation ("org.camunda.bpm.springboot.project:qa-webapp-ce-runtime:7.13.0-alpha4")'org.camunda.bpm.springboot.project:qa-webapp-ce-runtime:jar:7.13.0-alpha4'<dependency org="org.camunda.bpm.springboot.project" name="qa-webapp-ce-runtime" rev="7.13.0-alpha4">
  <artifact name="qa-webapp-ce-runtime" type="jar" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='qa-webapp-ce-runtime', version='7.13.0-alpha4')
)libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-webapp-ce-runtime" % "7.13.0-alpha4"[org.camunda.bpm.springboot.project/qa-webapp-ce-runtime "7.13.0-alpha4"]