MVN

io.camunda.spring : spring-boot-starter-camunda-test

Maven & Gradle

Jul 26, 2023
158 stars
<dependency>
    <groupId>io.camunda.spring</groupId>
    <artifactId>spring-boot-starter-camunda-test</artifactId>
    <version>8.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.camunda.spring : spring-boot-starter-camunda-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.4
  • Latest Alpha: 8.2.0-alpha5

All Versions

Choose a version of io.camunda.spring : spring-boot-starter-camunda-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
spring-boot-starter-camunda-test-8.2.4
spring-boot-starter-camunda-test-8.2.3
spring-boot-starter-camunda-test-8.2.2
spring-boot-starter-camunda-test-8.2.1
spring-boot-starter-camunda-test-8.2.0
spring-boot-starter-camunda-test-8.2.0-alpha5
spring-boot-starter-camunda-test-8.2.0-alpha4
spring-boot-starter-camunda-test-8.2.0-alpha3
spring-boot-starter-camunda-test-8.2.0-alpha2

How to add a dependency to Maven

Add the following io.camunda.spring : spring-boot-starter-camunda-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.camunda.spring</groupId>
    <artifactId>spring-boot-starter-camunda-test</artifactId>
    <version>8.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.camunda.spring : spring-boot-starter-camunda-test gradle dependency to your build.gradle file:

implementation 'io.camunda.spring:spring-boot-starter-camunda-test:8.2.4'

Gradle Kotlin DSL: Add the following io.camunda.spring : spring-boot-starter-camunda-test gradle kotlin dependency to your build.gradle.kts file:

implementation("io.camunda.spring:spring-boot-starter-camunda-test:8.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.camunda.spring : spring-boot-starter-camunda-test sbt scala dependency to your build.sbt file:

libraryDependencies += "io.camunda.spring" % "spring-boot-starter-camunda-test" % "8.2.4"