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