MVN

org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-webapp-ee

Maven & Gradle

Jun 26, 2020
3 usages
294 stars
<dependency>
    <groupId>org.camunda.bpm.springboot</groupId>
    <artifactId>camunda-bpm-spring-boot-starter-webapp-ee</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-webapp-ee to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.4
  • Latest Alpha: 3.4.0-alpha2

All Versions

Choose a version of org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-webapp-ee to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
camunda-bpm-spring-boot-starter-webapp-ee-3.4.4
camunda-bpm-spring-boot-starter-webapp-ee-3.4.3
camunda-bpm-spring-boot-starter-webapp-ee-3.4.2
camunda-bpm-spring-boot-starter-webapp-ee-3.4.1
camunda-bpm-spring-boot-starter-webapp-ee-3.4.0
camunda-bpm-spring-boot-starter-webapp-ee-3.4.0-alpha2
camunda-bpm-spring-boot-starter-webapp-ee-3.4.0-alpha1
3.3.x
camunda-bpm-spring-boot-starter-webapp-ee-3.3.10
camunda-bpm-spring-boot-starter-webapp-ee-3.3.9
camunda-bpm-spring-boot-starter-webapp-ee-3.3.8
camunda-bpm-spring-boot-starter-webapp-ee-3.3.7
camunda-bpm-spring-boot-starter-webapp-ee-3.3.6
camunda-bpm-spring-boot-starter-webapp-ee-3.3.5
camunda-bpm-spring-boot-starter-webapp-ee-3.3.4
camunda-bpm-spring-boot-starter-webapp-ee-3.3.3
camunda-bpm-spring-boot-starter-webapp-ee-3.3.2
camunda-bpm-spring-boot-starter-webapp-ee-3.3.1
camunda-bpm-spring-boot-starter-webapp-ee-3.3.0
camunda-bpm-spring-boot-starter-webapp-ee-3.3.0-alpha1
3.2.x
camunda-bpm-spring-boot-starter-webapp-ee-3.2.11
camunda-bpm-spring-boot-starter-webapp-ee-3.2.10
camunda-bpm-spring-boot-starter-webapp-ee-3.2.9
camunda-bpm-spring-boot-starter-webapp-ee-3.2.7
camunda-bpm-spring-boot-starter-webapp-ee-3.2.6
camunda-bpm-spring-boot-starter-webapp-ee-3.2.5
camunda-bpm-spring-boot-starter-webapp-ee-3.2.4
camunda-bpm-spring-boot-starter-webapp-ee-3.2.3
camunda-bpm-spring-boot-starter-webapp-ee-3.2.2
camunda-bpm-spring-boot-starter-webapp-ee-3.2.1
camunda-bpm-spring-boot-starter-webapp-ee-3.2.0
3.1.x
camunda-bpm-spring-boot-starter-webapp-ee-3.1.9
camunda-bpm-spring-boot-starter-webapp-ee-3.1.8
camunda-bpm-spring-boot-starter-webapp-ee-3.1.7
camunda-bpm-spring-boot-starter-webapp-ee-3.1.6
camunda-bpm-spring-boot-starter-webapp-ee-3.1.5
camunda-bpm-spring-boot-starter-webapp-ee-3.1.4
camunda-bpm-spring-boot-starter-webapp-ee-3.1.3
camunda-bpm-spring-boot-starter-webapp-ee-3.1.2
camunda-bpm-spring-boot-starter-webapp-ee-3.1.1
camunda-bpm-spring-boot-starter-webapp-ee-3.1.0
camunda-bpm-spring-boot-starter-webapp-ee-3.1.0-alpha1
3.0.x
camunda-bpm-spring-boot-starter-webapp-ee-3.0.8
camunda-bpm-spring-boot-starter-webapp-ee-3.0.7
camunda-bpm-spring-boot-starter-webapp-ee-3.0.6
camunda-bpm-spring-boot-starter-webapp-ee-3.0.5
camunda-bpm-spring-boot-starter-webapp-ee-3.0.4
camunda-bpm-spring-boot-starter-webapp-ee-3.0.3
camunda-bpm-spring-boot-starter-webapp-ee-3.0.2
camunda-bpm-spring-boot-starter-webapp-ee-3.0.1
camunda-bpm-spring-boot-starter-webapp-ee-3.0.0
camunda-bpm-spring-boot-starter-webapp-ee-3.0.0-alpha1
2.3.x
camunda-bpm-spring-boot-starter-webapp-ee-2.3.2
camunda-bpm-spring-boot-starter-webapp-ee-2.3.1
camunda-bpm-spring-boot-starter-webapp-ee-2.3.0
camunda-bpm-spring-boot-starter-webapp-ee-2.3.0-alpha2
camunda-bpm-spring-boot-starter-webapp-ee-2.3.0-alpha1

How to add a dependency to Maven

Add the following org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-webapp-ee maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.camunda.bpm.springboot</groupId>
    <artifactId>camunda-bpm-spring-boot-starter-webapp-ee</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-webapp-ee gradle dependency to your build.gradle file:

implementation 'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp-ee:3.4.4'

Gradle Kotlin DSL: Add the following org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-webapp-ee gradle kotlin dependency to your build.gradle.kts file:

implementation("org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp-ee:3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-webapp-ee sbt scala dependency to your build.sbt file:

libraryDependencies += "org.camunda.bpm.springboot" % "camunda-bpm-spring-boot-starter-webapp-ee" % "3.4.4"

Advertisement

Dependencies from Group

Discover Dependencies