Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension |
ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-root |
Version | Version1.2.1 |
Type | Typepom |
Filename | Size |
---|---|
camunda-bpm-spring-boot-starter-root-1.2.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-spring-boot-starter-root/ -->
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-bpm-spring-boot-starter-root</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-spring-boot-starter-root/
implementation 'org.camunda.bpm.extension:camunda-bpm-spring-boot-starter-root:1.2.1'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension/camunda-bpm-spring-boot-starter-root/
implementation ("org.camunda.bpm.extension:camunda-bpm-spring-boot-starter-root:1.2.1")
'org.camunda.bpm.extension:camunda-bpm-spring-boot-starter-root:pom:1.2.1'
<dependency org="org.camunda.bpm.extension" name="camunda-bpm-spring-boot-starter-root" rev="1.2.1">
<artifact name="camunda-bpm-spring-boot-starter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension', module='camunda-bpm-spring-boot-starter-root', version='1.2.1')
)
libraryDependencies += "org.camunda.bpm.extension" % "camunda-bpm-spring-boot-starter-root" % "1.2.1"
[org.camunda.bpm.extension/camunda-bpm-spring-boot-starter-root "1.2.1"]