| License |
License |
|---|---|
| GroupId | GroupIdorg.camunda.bpm.extension.batch |
| ArtifactId | ArtifactIdcamunda-bpm-custom-batch-core |
| Last Version | Last Version1.5.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThis pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
| Project Organization |
Project Organization |
<!-- 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.5.2</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.5.2'
// 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.5.2")
'org.camunda.bpm.extension.batch:camunda-bpm-custom-batch-core:jar:1.5.2'
<dependency org="org.camunda.bpm.extension.batch" name="camunda-bpm-custom-batch-core" rev="1.5.2">
<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.5.2')
)
libraryDependencies += "org.camunda.bpm.extension.batch" % "camunda-bpm-custom-batch-core" % "1.5.2"
[org.camunda.bpm.extension.batch/camunda-bpm-custom-batch-core "1.5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.24 |
| com.google.code.gson : gson | jar | 2.8.5 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.camunda.bpm : camunda-engine | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.12 |
| com.h2database : h2 | jar | 1.4.187 |
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-core | jar | 2.18.3 |
| org.camunda.bpm.extension : camunda-bpm-assert | jar | 1.2 |