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