is not current version
Last Version 0.0.6

org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-example 0.0.4

This example demonstrates how communication remote engine in the application may look like, if Camunda is not already used in the application.

Categories

Categories

Spring Boot Container Microservices CLI User Interface
GroupId

GroupId

org.camunda.bpm.extension.rest
ArtifactId

ArtifactId

camunda-rest-client-spring-boot-example
Version

Version

0.0.4
Type

Type

jar

Download camunda-rest-client-spring-boot-example 0.0.4


<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-example/ -->
<dependency>
    <groupId>org.camunda.bpm.extension.rest</groupId>
    <artifactId>camunda-rest-client-spring-boot-example</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-example/
implementation 'org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-example:0.0.4'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-example/
implementation ("org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-example:0.0.4")
'org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-example:jar:0.0.4'
<dependency org="org.camunda.bpm.extension.rest" name="camunda-rest-client-spring-boot-example" rev="0.0.4">
  <artifact name="camunda-rest-client-spring-boot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.rest', module='camunda-rest-client-spring-boot-example', version='0.0.4')
)
libraryDependencies += "org.camunda.bpm.extension.rest" % "camunda-rest-client-spring-boot-example" % "0.0.4"
[org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-example "0.0.4"]