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