| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.camunda.bpm.extension.example | 
| ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-example-dmn-rest | 
| Last Version | Last Version1.3.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.example/camunda-bpm-spring-boot-starter-example-dmn-rest/ -->
<dependency>
    <groupId>org.camunda.bpm.extension.example</groupId>
    <artifactId>camunda-bpm-spring-boot-starter-example-dmn-rest</artifactId>
    <version>1.3.0</version>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-dmn-rest/
implementation 'org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-dmn-rest:1.3.0'// https://jarcasting.com/artifacts/org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-dmn-rest/
implementation ("org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-dmn-rest:1.3.0")'org.camunda.bpm.extension.example:camunda-bpm-spring-boot-starter-example-dmn-rest:jar:1.3.0'<dependency org="org.camunda.bpm.extension.example" name="camunda-bpm-spring-boot-starter-example-dmn-rest" rev="1.3.0">
  <artifact name="camunda-bpm-spring-boot-starter-example-dmn-rest" type="jar" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.extension.example', module='camunda-bpm-spring-boot-starter-example-dmn-rest', version='1.3.0')
)libraryDependencies += "org.camunda.bpm.extension.example" % "camunda-bpm-spring-boot-starter-example-dmn-rest" % "1.3.0"[org.camunda.bpm.extension.example/camunda-bpm-spring-boot-starter-example-dmn-rest "1.3.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.camunda.bpm.extension : camunda-bpm-spring-boot-starter-rest | jar | 1.3.0 | 
| com.h2database : h2 | jar | |
| org.springframework : spring-jdbc | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.assertj : assertj-core | jar | 1.7.1 | 
| org.camunda.bpm.extension : camunda-bpm-assert | jar | 1.2 | 
| org.camunda.bpm.extension : camunda-bpm-mockito | jar | 2.1 |