org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp (7.23.0)
Published 2026-09-15 10:14:43 +00:00 by Vlad_Savchuk
Installation
<repositories>
<repository>
<id>gitea</id>
<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
</snapshotRepository>
</distributionManagement><dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
<version>7.23.0</version>
</dependency>mvn installmvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp:7.23.0Dependencies
${project.groupId}:camunda-bpm-spring-boot-starter-webapp-core
${project.version}
${project.groupId}:camunda-bpm-spring-boot-starter-test
${project.version}
org.camunda.bpm.webapp:camunda-webapp-webjar
com.h2database:h2