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