Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.camunda.bpm.springboot |
ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-rest |
Version | Version2.3.0-alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.springboot/camunda-bpm-spring-boot-starter-rest/ -->
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-rest</artifactId>
<version>2.3.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot/camunda-bpm-spring-boot-starter-rest/
implementation 'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-rest:2.3.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.bpm.springboot/camunda-bpm-spring-boot-starter-rest/
implementation ("org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-rest:2.3.0-alpha1")
'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-rest:jar:2.3.0-alpha1'
<dependency org="org.camunda.bpm.springboot" name="camunda-bpm-spring-boot-starter-rest" rev="2.3.0-alpha1">
<artifact name="camunda-bpm-spring-boot-starter-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.springboot', module='camunda-bpm-spring-boot-starter-rest', version='2.3.0-alpha1')
)
libraryDependencies += "org.camunda.bpm.springboot" % "camunda-bpm-spring-boot-starter-rest" % "2.3.0-alpha1"
[org.camunda.bpm.springboot/camunda-bpm-spring-boot-starter-rest "2.3.0-alpha1"]