MVN

com.daveayan : gherkinsalad.cucumber

Maven & Gradle

Aug 27, 2013
9 stars

gherkinsalad.cucumber

<dependency>
    <groupId>com.daveayan</groupId>
    <artifactId>gherkinsalad.cucumber</artifactId>
    <version>2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.daveayan : gherkinsalad.cucumber to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5

All Versions

Choose a version of com.daveayan : gherkinsalad.cucumber to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5
gherkinsalad.cucumber-2.5
2.3
gherkinsalad.cucumber-2.3
2.2
gherkinsalad.cucumber-2.2
2.0
gherkinsalad.cucumber-2.0
1.8
gherkinsalad.cucumber-1.8
1.7
gherkinsalad.cucumber-1.7
1.6
gherkinsalad.cucumber-1.6

How to add a dependency to Maven

Add the following com.daveayan : gherkinsalad.cucumber maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.daveayan</groupId>
    <artifactId>gherkinsalad.cucumber</artifactId>
    <version>2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.daveayan : gherkinsalad.cucumber gradle dependency to your build.gradle file:

implementation 'com.daveayan:gherkinsalad.cucumber:2.5'

Gradle Kotlin DSL: Add the following com.daveayan : gherkinsalad.cucumber gradle kotlin dependency to your build.gradle.kts file:

implementation("com.daveayan:gherkinsalad.cucumber:2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.daveayan : gherkinsalad.cucumber sbt scala dependency to your build.sbt file:

libraryDependencies += "com.daveayan" % "gherkinsalad.cucumber" % "2.5"

Advertisement