MVN

com.github.cchacin : cucumber-common-steps

Maven & Gradle

Sep 19, 2015
7 stars

Cucumber Common Step Definitions · Cucumber Common Step Definitions.

<dependency>
    <groupId>com.github.cchacin</groupId>
    <artifactId>cucumber-common-steps</artifactId>
    <version>0.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cchacin : cucumber-common-steps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.11

All Versions

Choose a version of com.github.cchacin : cucumber-common-steps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
cucumber-common-steps-0.2.11
cucumber-common-steps-0.2.10
cucumber-common-steps-0.2.9
cucumber-common-steps-0.2.8
cucumber-common-steps-0.2.7
cucumber-common-steps-0.2.6
cucumber-common-steps-0.2.5
cucumber-common-steps-0.2.4
cucumber-common-steps-0.2.3
cucumber-common-steps-0.2.2
cucumber-common-steps-0.2.1
cucumber-common-steps-0.2.0
0.1.x
cucumber-common-steps-0.1.9
cucumber-common-steps-0.1.8
cucumber-common-steps-0.1.7
cucumber-common-steps-0.1.6
cucumber-common-steps-0.1.5
cucumber-common-steps-0.1.4
cucumber-common-steps-0.1.3
cucumber-common-steps-0.1.2
cucumber-common-steps-0.1.1
cucumber-common-steps-0.1.0
0.0.x
cucumber-common-steps-0.0.7
cucumber-common-steps-0.0.6
cucumber-common-steps-0.0.5
cucumber-common-steps-0.0.4
cucumber-common-steps-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.cchacin</groupId>
    <artifactId>cucumber-common-steps</artifactId>
    <version>0.2.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cchacin : cucumber-common-steps gradle dependency to your build.gradle file:

implementation 'com.github.cchacin:cucumber-common-steps:0.2.11'

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

implementation("com.github.cchacin:cucumber-common-steps:0.2.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cchacin : cucumber-common-steps sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cchacin" % "cucumber-common-steps" % "0.2.11"