License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.camunda.bpm.extension.springboot |
ArtifactId | ArtifactIdcamunda-bpm-spring-boot-starter-webapp-core |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
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 |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot/camunda-bpm-spring-boot-starter-webapp-core/ -->
<dependency>
<groupId>org.camunda.bpm.extension.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-webapp-core</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot/camunda-bpm-spring-boot-starter-webapp-core/
implementation 'org.camunda.bpm.extension.springboot:camunda-bpm-spring-boot-starter-webapp-core:2.2.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.springboot/camunda-bpm-spring-boot-starter-webapp-core/
implementation ("org.camunda.bpm.extension.springboot:camunda-bpm-spring-boot-starter-webapp-core:2.2.0")
'org.camunda.bpm.extension.springboot:camunda-bpm-spring-boot-starter-webapp-core:jar:2.2.0'
<dependency org="org.camunda.bpm.extension.springboot" name="camunda-bpm-spring-boot-starter-webapp-core" rev="2.2.0">
<artifact name="camunda-bpm-spring-boot-starter-webapp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.springboot', module='camunda-bpm-spring-boot-starter-webapp-core', version='2.2.0')
)
libraryDependencies += "org.camunda.bpm.extension.springboot" % "camunda-bpm-spring-boot-starter-webapp-core" % "2.2.0"
[org.camunda.bpm.extension.springboot/camunda-bpm-spring-boot-starter-webapp-core "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm.extension.springboot : camunda-bpm-spring-boot-starter | jar | |
org.camunda.bpm.webapp : camunda-webapp | jar | 7.7.0 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-jersey | jar | |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | |
org.camunda.bpm.extension.springboot : camunda-bpm-spring-boot-starter-test | jar |
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm.webapp : camunda-webapp-webjar | jar | 7.7.0 |
com.h2database : h2 | jar | |
org.powermock : powermock-api-mockito | jar | 1.6.5 |
org.powermock : powermock-module-junit4 | jar | 1.6.5 |