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