GroupId | GroupIdorg.camunda.bpm.springboot.project |
---|---|
ArtifactId | ArtifactIdqa-webapp-ce-runtime |
Version | Version7.15.0 |
Type | Typejar |
Filename | Size |
---|---|
qa-webapp-ce-runtime-7.15.0.pom | |
qa-webapp-ce-runtime-7.15.0.jar | 2 KB |
qa-webapp-ce-runtime-7.15.0-test-sources.jar | 745 bytes |
Browse |
<!-- 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.15.0</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.15.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-ce-runtime/
implementation ("org.camunda.bpm.springboot.project:qa-webapp-ce-runtime:7.15.0")
'org.camunda.bpm.springboot.project:qa-webapp-ce-runtime:jar:7.15.0'
<dependency org="org.camunda.bpm.springboot.project" name="qa-webapp-ce-runtime" rev="7.15.0">
<artifact name="qa-webapp-ce-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='qa-webapp-ce-runtime', version='7.15.0')
)
libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-webapp-ce-runtime" % "7.15.0"
[org.camunda.bpm.springboot.project/qa-webapp-ce-runtime "7.15.0"]