License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.camunda.bpm.extension.batch.example |
ArtifactId | ArtifactIdcamunda-bpm-custom-batch-example-simple-spring-boot |
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.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.5.2</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.5.2'
// 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.5.2")
'org.camunda.bpm.extension.batch.example:camunda-bpm-custom-batch-example-simple-spring-boot:jar:1.5.2'
<dependency org="org.camunda.bpm.extension.batch.example" name="camunda-bpm-custom-batch-example-simple-spring-boot" rev="1.5.2">
<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.5.2')
)
libraryDependencies += "org.camunda.bpm.extension.batch.example" % "camunda-bpm-custom-batch-example-simple-spring-boot" % "1.5.2"
[org.camunda.bpm.extension.batch.example/camunda-bpm-custom-batch-example-simple-spring-boot "1.5.2"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter | jar | 7.15.0 |
org.camunda.bpm.extension.batch : camunda-bpm-custom-batch-spring | jar | 1.5.2 |
com.h2database : h2 | jar |