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