GroupId | GroupIdorg.camunda.bpm.springboot.project |
---|---|
ArtifactId | ArtifactIdqa-webapp-runtimes |
Version | Version3.4.4 |
Type | Typepom |
Filename | Size |
---|---|
qa-webapp-runtimes-3.4.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-runtimes/ -->
<dependency>
<groupId>org.camunda.bpm.springboot.project</groupId>
<artifactId>qa-webapp-runtimes</artifactId>
<version>3.4.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-runtimes/
implementation 'org.camunda.bpm.springboot.project:qa-webapp-runtimes:3.4.4'
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/qa-webapp-runtimes/
implementation ("org.camunda.bpm.springboot.project:qa-webapp-runtimes:3.4.4")
'org.camunda.bpm.springboot.project:qa-webapp-runtimes:pom:3.4.4'
<dependency org="org.camunda.bpm.springboot.project" name="qa-webapp-runtimes" rev="3.4.4">
<artifact name="qa-webapp-runtimes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='qa-webapp-runtimes', version='3.4.4')
)
libraryDependencies += "org.camunda.bpm.springboot.project" % "qa-webapp-runtimes" % "3.4.4"
[org.camunda.bpm.springboot.project/qa-webapp-runtimes "3.4.4"]