License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.camunda.bpm.extension.springboot.project |
ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-root |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camunda-bpm-spring-boot-starter-root-2.2.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot.project/camunda-bpm-spring-boot-starter-root/ -->
<dependency>
<groupId>org.camunda.bpm.extension.springboot.project</groupId>
<artifactId>camunda-bpm-spring-boot-starter-root</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot.project/camunda-bpm-spring-boot-starter-root/
implementation 'org.camunda.bpm.extension.springboot.project:camunda-bpm-spring-boot-starter-root:2.2.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot.project/camunda-bpm-spring-boot-starter-root/
implementation ("org.camunda.bpm.extension.springboot.project:camunda-bpm-spring-boot-starter-root:2.2.0")
'org.camunda.bpm.extension.springboot.project:camunda-bpm-spring-boot-starter-root:pom:2.2.0'
<dependency org="org.camunda.bpm.extension.springboot.project" name="camunda-bpm-spring-boot-starter-root" rev="2.2.0">
<artifact name="camunda-bpm-spring-boot-starter-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.springboot.project', module='camunda-bpm-spring-boot-starter-root', version='2.2.0')
)
libraryDependencies += "org.camunda.bpm.extension.springboot.project" % "camunda-bpm-spring-boot-starter-root" % "2.2.0"
[org.camunda.bpm.extension.springboot.project/camunda-bpm-spring-boot-starter-root "2.2.0"]