Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.rest |
ArtifactId | ArtifactIdcamunda-rest-client-spring-boot-examples-root |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
camunda-rest-client-spring-boot-examples-root-0.0.4.pom | 908 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-examples-root/ -->
<dependency>
<groupId>org.camunda.bpm.extension.rest</groupId>
<artifactId>camunda-rest-client-spring-boot-examples-root</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-examples-root/
implementation 'org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-examples-root:0.0.4'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-examples-root/
implementation ("org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-examples-root:0.0.4")
'org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-examples-root:pom:0.0.4'
<dependency org="org.camunda.bpm.extension.rest" name="camunda-rest-client-spring-boot-examples-root" rev="0.0.4">
<artifact name="camunda-rest-client-spring-boot-examples-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.rest', module='camunda-rest-client-spring-boot-examples-root', version='0.0.4')
)
libraryDependencies += "org.camunda.bpm.extension.rest" % "camunda-rest-client-spring-boot-examples-root" % "0.0.4"
[org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-examples-root "0.0.4"]