| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.camunda.bpm.extension.batch.example | 
| ArtifactId | ArtifactIdcamunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee | 
| Last Version | Last Version1.2.0 | 
| 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-webapp-ee/ -->
<dependency>
    <groupId>org.camunda.bpm.extension.batch.example</groupId>
    <artifactId>camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee</artifactId>
    <version>1.2.0</version>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.extension.batch.example/camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee/
implementation 'org.camunda.bpm.extension.batch.example:camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee:1.2.0'// https://jarcasting.com/artifacts/org.camunda.bpm.extension.batch.example/camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee/
implementation ("org.camunda.bpm.extension.batch.example:camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee:1.2.0")'org.camunda.bpm.extension.batch.example:camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee:jar:1.2.0'<dependency org="org.camunda.bpm.extension.batch.example" name="camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee" rev="1.2.0">
  <artifact name="camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee" type="jar" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.extension.batch.example', module='camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee', version='1.2.0')
)libraryDependencies += "org.camunda.bpm.extension.batch.example" % "camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee" % "1.2.0"[org.camunda.bpm.extension.batch.example/camunda-bpm-custom-batch-example-simple-spring-boot-webapp-ee "1.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-webapp-ee | jar | 3.0.0 | 
| org.camunda.bpm.extension.batch : camunda-bpm-custom-batch-spring | jar | 1.2.0 | 
| com.h2database : h2 | jar |