MVN

org.camunda.consulting.snippets : process-test-coverage

Maven & Gradle

Aug 28, 2015
577 stars

BPMN Process Test Coverage · Helper library to visualize which parts of a BPMN process have been covered by a unit test

<dependency>
    <groupId>org.camunda.consulting.snippets</groupId>
    <artifactId>process-test-coverage</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.consulting.snippets : process-test-coverage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of org.camunda.consulting.snippets : process-test-coverage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
process-test-coverage-0.2.3
process-test-coverage-0.2.2
process-test-coverage-0.2.1
0.0.x
process-test-coverage-0.0.2

How to add a dependency to Maven

Add the following org.camunda.consulting.snippets : process-test-coverage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.camunda.consulting.snippets</groupId>
    <artifactId>process-test-coverage</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.camunda.consulting.snippets : process-test-coverage gradle dependency to your build.gradle file:

implementation 'org.camunda.consulting.snippets:process-test-coverage:0.2.3'

Gradle Kotlin DSL: Add the following org.camunda.consulting.snippets : process-test-coverage gradle kotlin dependency to your build.gradle.kts file:

implementation("org.camunda.consulting.snippets:process-test-coverage:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.camunda.consulting.snippets : process-test-coverage sbt scala dependency to your build.sbt file:

libraryDependencies += "org.camunda.consulting.snippets" % "process-test-coverage" % "0.2.3"