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