is not current version
Last Version 0.0.6

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

This example demonstrates how communication with local and remote engine in the same application may look like.

Categories

Categories

IDE Development Tools Spring Boot Container Microservices CLI User Interface
GroupId

GroupId

org.camunda.bpm.extension.rest
ArtifactId

ArtifactId

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

Version

0.0.3
Type

Type

jar

Download camunda-rest-client-spring-boot-example-provided 0.0.3


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