MVN

com.github.mkolisnyk : cucumber-runner

Maven & Gradle

Sep 28, 2018
4 usages
76 stars

Cucumber Runner · The part of Cucumber Reports library which contains extended Cucumber-JVM runners and all relevant functionality.

<dependency>
    <groupId>com.github.mkolisnyk</groupId>
    <artifactId>cucumber-runner</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mkolisnyk : cucumber-runner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of com.github.mkolisnyk : cucumber-runner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
cucumber-runner-1.3.5
cucumber-runner-1.3.4
cucumber-runner-1.3.3
cucumber-runner-1.3.2
cucumber-runner-1.3.1
1.3
cucumber-runner-1.3
1.2
cucumber-runner-1.2
1.1
cucumber-runner-1.1
1.0.x
cucumber-runner-1.0.11
cucumber-runner-1.0.10
cucumber-runner-1.0.9
cucumber-runner-1.0.8

How to add a dependency to Maven

Add the following com.github.mkolisnyk : cucumber-runner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mkolisnyk</groupId>
    <artifactId>cucumber-runner</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mkolisnyk : cucumber-runner gradle dependency to your build.gradle file:

implementation 'com.github.mkolisnyk:cucumber-runner:1.3.5'

Gradle Kotlin DSL: Add the following com.github.mkolisnyk : cucumber-runner gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mkolisnyk:cucumber-runner:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mkolisnyk : cucumber-runner sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mkolisnyk" % "cucumber-runner" % "1.3.5"

Advertisement