| GroupId | GroupIdorg.camunda.bpm.springboot.project | 
|---|---|
| ArtifactId | ArtifactIdqa-webapp-runtimes | 
| Version | Version3.4.0-alpha2 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| qa-webapp-runtimes-3.4.0-alpha2.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-runtimes/ -->
<dependency>
    <groupId>org.camunda.bpm.springboot.project</groupId>
    <artifactId>qa-webapp-runtimes</artifactId>
    <version>3.4.0-alpha2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-runtimes/
implementation 'org.camunda.bpm.springboot.project:qa-webapp-runtimes:3.4.0-alpha2'// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-runtimes/
implementation ("org.camunda.bpm.springboot.project:qa-webapp-runtimes:3.4.0-alpha2")'org.camunda.bpm.springboot.project:qa-webapp-runtimes:pom:3.4.0-alpha2'<dependency org="org.camunda.bpm.springboot.project" name="qa-webapp-runtimes" rev="3.4.0-alpha2">
  <artifact name="qa-webapp-runtimes" type="pom" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='qa-webapp-runtimes', version='3.4.0-alpha2')
)libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-webapp-runtimes" % "3.4.0-alpha2"[org.camunda.bpm.springboot.project/qa-webapp-runtimes "3.4.0-alpha2"]