| GroupId | GroupIdorg.camunda.bpm.springboot.project | 
|---|---|
| ArtifactId | ArtifactIdqa-webapp-invoice-example | 
| Version | Version7.14.0-alpha3 | 
| 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.14.0-alpha3</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.14.0-alpha3'// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-invoice-example/
implementation ("org.camunda.bpm.springboot.project:qa-webapp-invoice-example:7.14.0-alpha3")'org.camunda.bpm.springboot.project:qa-webapp-invoice-example:jar:7.14.0-alpha3'<dependency org="org.camunda.bpm.springboot.project" name="qa-webapp-invoice-example" rev="7.14.0-alpha3">
  <artifact name="qa-webapp-invoice-example" type="jar" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='qa-webapp-invoice-example', version='7.14.0-alpha3')
)libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-webapp-invoice-example" % "7.14.0-alpha3"[org.camunda.bpm.springboot.project/qa-webapp-invoice-example "7.14.0-alpha3"]