MVN

org.camunda.bpm.extension : camunda-bpm-assert-scenario

Maven & Gradle

May 30, 2021
10 usages
64 stars

camunda-platform-scenario-deprecated · Camunda Platform Scenarios allow you to specify the actions needed at process wait states before you start the process run. As a consequence, writing process tests becomes "behavioral" as well as easier and faster than ever before. Refactoring and changing large process models and their test suites can almost be done in the blink of an eye: ;-) Done! Check it out and judge yourself!

<dependency>
    <groupId>org.camunda.bpm.extension</groupId>
    <artifactId>camunda-bpm-assert-scenario</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.bpm.extension : camunda-bpm-assert-scenario to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Alpha: 2.0.0.alpha.2

All Versions

Choose a version of org.camunda.bpm.extension : camunda-bpm-assert-scenario to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
camunda-bpm-assert-scenario-2.0.0.alpha.2
camunda-bpm-assert-scenario-2.0.0.alpha.1
camunda-bpm-assert-scenario-2.0.0-alpha.1
1.1.x
camunda-bpm-assert-scenario-1.1.1
camunda-bpm-assert-scenario-1.1.0
1.0.x
camunda-bpm-assert-scenario-1.0.0
0.2
camunda-bpm-assert-scenario-0.2
0.1
camunda-bpm-assert-scenario-0.1

How to add a dependency to Maven

Add the following org.camunda.bpm.extension : camunda-bpm-assert-scenario maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.camunda.bpm.extension</groupId>
    <artifactId>camunda-bpm-assert-scenario</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.camunda.bpm.extension : camunda-bpm-assert-scenario gradle dependency to your build.gradle file:

implementation 'org.camunda.bpm.extension:camunda-bpm-assert-scenario:1.1.1'

Gradle Kotlin DSL: Add the following org.camunda.bpm.extension : camunda-bpm-assert-scenario gradle kotlin dependency to your build.gradle.kts file:

implementation("org.camunda.bpm.extension:camunda-bpm-assert-scenario:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.camunda.bpm.extension : camunda-bpm-assert-scenario sbt scala dependency to your build.sbt file:

libraryDependencies += "org.camunda.bpm.extension" % "camunda-bpm-assert-scenario" % "1.1.1"