MVN

me.jvt.cucumber : reporting-plugin

Maven & Gradle

Mar 11, 2023

Cucumber reporting plug-in · A plug-in for Cucumber JVM that renders an HTML report

<dependency>
    <groupId>me.jvt.cucumber</groupId>
    <artifactId>reporting-plugin</artifactId>
    <version>7.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.jvt.cucumber : reporting-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.11.0

All Versions

Choose a version of me.jvt.cucumber : reporting-plugin to add to Maven or Gradle - All Versions:

  • Version Updated
  • reporting-plugin-7.11.0

    Mar 11, 2023
  • reporting-plugin-7.3.0

    Apr 21, 2022
  • reporting-plugin-7.2.0

    Jan 04, 2022
  • reporting-plugin-7.1.1

    Dec 14, 2021
  • reporting-plugin-7.1.0

    Dec 14, 2021
  • reporting-plugin-7.0.0

    Oct 07, 2021
  • reporting-plugin-5.3.0

    Oct 07, 2021
  • reporting-plugin-5.2.1

    Aug 22, 2021
  • reporting-plugin-5.2.0

    Aug 22, 2021
  • reporting-plugin-5.1.0

    Aug 22, 2021
  • reporting-plugin-5.0.0

    Jun 07, 2021

How to add a dependency to Maven

Add the following me.jvt.cucumber : reporting-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.jvt.cucumber</groupId>
    <artifactId>reporting-plugin</artifactId>
    <version>7.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.jvt.cucumber : reporting-plugin gradle dependency to your build.gradle file:

implementation 'me.jvt.cucumber:reporting-plugin:7.11.0'

Gradle Kotlin DSL: Add the following me.jvt.cucumber : reporting-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("me.jvt.cucumber:reporting-plugin:7.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.jvt.cucumber : reporting-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "me.jvt.cucumber" % "reporting-plugin" % "7.11.0"