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