<dependency>
<groupId>org.camunda.bpm.extension.rest</groupId>
<artifactId>camunda-rest-client-spring-boot-parent</artifactId>
<version>0.0.6</version>
</dependency>
implementation group: 'org.camunda.bpm.extension.rest', name: 'camunda-rest-client-spring-boot-parent', version: '0.0.6'
implementation 'org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-parent:0.0.6'
implementation("org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-parent:0.0.6")
libraryDependencies += "org.camunda.bpm.extension.rest" % "camunda-rest-client-spring-boot-parent" % "0.0.6"
<dependency org="org.camunda.bpm.extension.rest" name="camunda-rest-client-spring-boot-parent" rev="0.0.6"/>
@Grapes(
@Grab(group='org.camunda.bpm.extension.rest', module='camunda-rest-client-spring-boot-parent', version='0.0.6')
)
[org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-parent "0.0.6"]
'org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-parent:jar:0.0.6'