MVN

net.masterthought : cucumber-sandwich

Maven & Gradle

Jul 26, 2023
60 stars

cucumber-sandwich · This project displays a report locally

<dependency>
    <groupId>net.masterthought</groupId>
    <artifactId>cucumber-sandwich</artifactId>
    <version>5.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.masterthought : cucumber-sandwich to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.7.6

All Versions

Choose a version of net.masterthought : cucumber-sandwich to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.7.x
cucumber-sandwich-5.7.6
cucumber-sandwich-5.7.5
cucumber-sandwich-5.7.4
cucumber-sandwich-5.7.0
5.6.x
cucumber-sandwich-5.6.1
cucumber-sandwich-5.6.0
5.5.x
cucumber-sandwich-5.5.4
cucumber-sandwich-5.5.1
cucumber-sandwich-5.5.0
5.4.x
cucumber-sandwich-5.4.0
5.3.x
cucumber-sandwich-5.3.0
5.1.x
cucumber-sandwich-5.1.0
5.0.x
cucumber-sandwich-5.0.2
4.11.x
cucumber-sandwich-4.11.2
cucumber-sandwich-4.11.0
4.10.x
cucumber-sandwich-4.10.0
4.9.x
cucumber-sandwich-4.9.0
4.8.x
cucumber-sandwich-4.8.1
4.7.x
cucumber-sandwich-4.7.0
4.6.x
cucumber-sandwich-4.6.0
4.5.x
cucumber-sandwich-4.5.0
4.4.x
cucumber-sandwich-4.4.1
cucumber-sandwich-4.4.0
4.3.x
cucumber-sandwich-4.3.1
4.2.x
cucumber-sandwich-4.2.2
cucumber-sandwich-4.2.1
cucumber-sandwich-4.2.0
4.1.x
cucumber-sandwich-4.1.0
3.20.x
cucumber-sandwich-3.20.0
3.19.x
cucumber-sandwich-3.19.0
3.18.x
cucumber-sandwich-3.18.0
3.17.x
cucumber-sandwich-3.17.0
3.16.x
cucumber-sandwich-3.16.0
3.15.x
cucumber-sandwich-3.15.0
3.14.x
cucumber-sandwich-3.14.0
3.13.x
cucumber-sandwich-3.13.0
3.12.x
cucumber-sandwich-3.12.0
3.11.x
cucumber-sandwich-3.11.0
3.10.x
cucumber-sandwich-3.10.0
3.9.x
cucumber-sandwich-3.9.0
3.8.x
cucumber-sandwich-3.8.0
3.7.x
cucumber-sandwich-3.7.0
3.6.x
cucumber-sandwich-3.6.0
3.5.x
cucumber-sandwich-3.5.0
3.4.x
cucumber-sandwich-3.4.0
3.3.x
cucumber-sandwich-3.3.0
3.2.x
cucumber-sandwich-3.2.0
3.1.x
cucumber-sandwich-3.1.0
3.0.x
cucumber-sandwich-3.0.0
2.8.x
cucumber-sandwich-2.8.0
2.7.x
cucumber-sandwich-2.7.0
2.4.x
cucumber-sandwich-2.4.1
cucumber-sandwich-2.4.0
0.1.x
cucumber-sandwich-0.1.0
0.0.x
cucumber-sandwich-0.0.4
cucumber-sandwich-0.0.3
cucumber-sandwich-0.0.2
cucumber-sandwich-0.0.1

How to add a dependency to Maven

Add the following net.masterthought : cucumber-sandwich maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.masterthought</groupId>
    <artifactId>cucumber-sandwich</artifactId>
    <version>5.7.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.masterthought : cucumber-sandwich gradle dependency to your build.gradle file:

implementation 'net.masterthought:cucumber-sandwich:5.7.6'

Gradle Kotlin DSL: Add the following net.masterthought : cucumber-sandwich gradle kotlin dependency to your build.gradle.kts file:

implementation("net.masterthought:cucumber-sandwich:5.7.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.masterthought : cucumber-sandwich sbt scala dependency to your build.sbt file:

libraryDependencies += "net.masterthought" % "cucumber-sandwich" % "5.7.6"

Advertisement