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