Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.camunda.bpm.springboot.project |
ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-qa |
Version | Version3.3.10 |
Type | Typepom |
Filename | Size |
---|---|
camunda-bpm-spring-boot-starter-qa-3.3.10.pom | 674 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-qa/ -->
<dependency>
<groupId>org.camunda.bpm.springboot.project</groupId>
<artifactId>camunda-bpm-spring-boot-starter-qa</artifactId>
<version>3.3.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-qa/
implementation 'org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-qa:3.3.10'
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-qa/
implementation ("org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-qa:3.3.10")
'org.camunda.bpm.springboot.project:camunda-bpm-spring-boot-starter-qa:pom:3.3.10'
<dependency org="org.camunda.bpm.springboot.project" name="camunda-bpm-spring-boot-starter-qa" rev="3.3.10">
<artifact name="camunda-bpm-spring-boot-starter-qa" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.springboot.project', module='camunda-bpm-spring-boot-starter-qa', version='3.3.10')
)
libraryDependencies += "org.camunda.bpm.springboot.project" % "camunda-bpm-spring-boot-starter-qa" % "3.3.10"
[org.camunda.bpm.springboot.project/camunda-bpm-spring-boot-starter-qa "3.3.10"]