Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.springboot.example |
ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-example-dmn-rest |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot.example/camunda-bpm-spring-boot-starter-example-dmn-rest/ -->
<dependency>
<groupId>org.camunda.bpm.extension.springboot.example</groupId>
<artifactId>camunda-bpm-spring-boot-starter-example-dmn-rest</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot.example/camunda-bpm-spring-boot-starter-example-dmn-rest/
implementation 'org.camunda.bpm.extension.springboot.example:camunda-bpm-spring-boot-starter-example-dmn-rest:2.0.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot.example/camunda-bpm-spring-boot-starter-example-dmn-rest/
implementation ("org.camunda.bpm.extension.springboot.example:camunda-bpm-spring-boot-starter-example-dmn-rest:2.0.0")
'org.camunda.bpm.extension.springboot.example:camunda-bpm-spring-boot-starter-example-dmn-rest:jar:2.0.0'
<dependency org="org.camunda.bpm.extension.springboot.example" name="camunda-bpm-spring-boot-starter-example-dmn-rest" rev="2.0.0">
<artifact name="camunda-bpm-spring-boot-starter-example-dmn-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.springboot.example', module='camunda-bpm-spring-boot-starter-example-dmn-rest', version='2.0.0')
)
libraryDependencies += "org.camunda.bpm.extension.springboot.example" % "camunda-bpm-spring-boot-starter-example-dmn-rest" % "2.0.0"
[org.camunda.bpm.extension.springboot.example/camunda-bpm-spring-boot-starter-example-dmn-rest "2.0.0"]