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