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