GroupId | GroupIdorg.camunda.bpm.extension.batch |
---|---|
ArtifactId | ArtifactIdcamunda-bpm-custom-batch-core |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.batch/camunda-bpm-custom-batch-core/ -->
<dependency>
<groupId>org.camunda.bpm.extension.batch</groupId>
<artifactId>camunda-bpm-custom-batch-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.batch/camunda-bpm-custom-batch-core/
implementation 'org.camunda.bpm.extension.batch:camunda-bpm-custom-batch-core:1.0.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.batch/camunda-bpm-custom-batch-core/
implementation ("org.camunda.bpm.extension.batch:camunda-bpm-custom-batch-core:1.0.0")
'org.camunda.bpm.extension.batch:camunda-bpm-custom-batch-core:jar:1.0.0'
<dependency org="org.camunda.bpm.extension.batch" name="camunda-bpm-custom-batch-core" rev="1.0.0">
<artifact name="camunda-bpm-custom-batch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.batch', module='camunda-bpm-custom-batch-core', version='1.0.0')
)
libraryDependencies += "org.camunda.bpm.extension.batch" % "camunda-bpm-custom-batch-core" % "1.0.0"
[org.camunda.bpm.extension.batch/camunda-bpm-custom-batch-core "1.0.0"]