License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development ORM Data |
GroupId | GroupIdorg.camunda.community.batch |
ArtifactId | ArtifactIdcamunda-platform-7-custom-batch-example-root |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis pom defines the required plugins and profiles to allow a camunda community hub release build.
Inherit this pom when you want to use the camunda community hub GitHub release action.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camunda-platform-7-custom-batch-example-root-1.6.0.pom | 675 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.community.batch/camunda-platform-7-custom-batch-example-root/ -->
<dependency>
<groupId>org.camunda.community.batch</groupId>
<artifactId>camunda-platform-7-custom-batch-example-root</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community.batch/camunda-platform-7-custom-batch-example-root/
implementation 'org.camunda.community.batch:camunda-platform-7-custom-batch-example-root:1.6.0'
// https://jarcasting.com/artifacts/org.camunda.community.batch/camunda-platform-7-custom-batch-example-root/
implementation ("org.camunda.community.batch:camunda-platform-7-custom-batch-example-root:1.6.0")
'org.camunda.community.batch:camunda-platform-7-custom-batch-example-root:pom:1.6.0'
<dependency org="org.camunda.community.batch" name="camunda-platform-7-custom-batch-example-root" rev="1.6.0">
<artifact name="camunda-platform-7-custom-batch-example-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community.batch', module='camunda-platform-7-custom-batch-example-root', version='1.6.0')
)
libraryDependencies += "org.camunda.community.batch" % "camunda-platform-7-custom-batch-example-root" % "1.6.0"
[org.camunda.community.batch/camunda-platform-7-custom-batch-example-root "1.6.0"]