Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.springboot |
ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-test |
Version | Version2.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot/camunda-bpm-spring-boot-starter-test/ -->
<dependency>
<groupId>org.camunda.bpm.extension.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-test</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot/camunda-bpm-spring-boot-starter-test/
implementation 'org.camunda.bpm.extension.springboot:camunda-bpm-spring-boot-starter-test:2.1.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot/camunda-bpm-spring-boot-starter-test/
implementation ("org.camunda.bpm.extension.springboot:camunda-bpm-spring-boot-starter-test:2.1.0")
'org.camunda.bpm.extension.springboot:camunda-bpm-spring-boot-starter-test:jar:2.1.0'
<dependency org="org.camunda.bpm.extension.springboot" name="camunda-bpm-spring-boot-starter-test" rev="2.1.0">
<artifact name="camunda-bpm-spring-boot-starter-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.springboot', module='camunda-bpm-spring-boot-starter-test', version='2.1.0')
)
libraryDependencies += "org.camunda.bpm.extension.springboot" % "camunda-bpm-spring-boot-starter-test" % "2.1.0"
[org.camunda.bpm.extension.springboot/camunda-bpm-spring-boot-starter-test "2.1.0"]