Categories |
CategoriesUnity Business Logic Libraries Game Development ORM Data |
---|---|
GroupId | GroupIdorg.camunda.community.batch |
ArtifactId | ArtifactIdcamunda-platform-7-custom-batch-core |
Version | Versionv1.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.community.batch/camunda-platform-7-custom-batch-core/ -->
<dependency>
<groupId>org.camunda.community.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-core</artifactId>
<version>v1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community.batch/camunda-platform-7-custom-batch-core/
implementation 'org.camunda.community.batch:camunda-platform-7-custom-batch-core:v1.6.0'
// https://jarcasting.com/artifacts/org.camunda.community.batch/camunda-platform-7-custom-batch-core/
implementation ("org.camunda.community.batch:camunda-platform-7-custom-batch-core:v1.6.0")
'org.camunda.community.batch:camunda-platform-7-custom-batch-core:jar:v1.6.0'
<dependency org="org.camunda.community.batch" name="camunda-platform-7-custom-batch-core" rev="v1.6.0">
<artifact name="camunda-platform-7-custom-batch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community.batch', module='camunda-platform-7-custom-batch-core', version='v1.6.0')
)
libraryDependencies += "org.camunda.community.batch" % "camunda-platform-7-custom-batch-core" % "v1.6.0"
[org.camunda.community.batch/camunda-platform-7-custom-batch-core "v1.6.0"]