MVN

fr.redfroggy.test.bdd : cucumber-restapi

Maven & Gradle

Jul 15, 2021
11 stars

Cucumber Spring rest Api · REST API tests with Spring, Cucumber and Gherkin

<dependency>
    <groupId>fr.redfroggy.test.bdd</groupId>
    <artifactId>cucumber-restapi</artifactId>
    <version>1.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.redfroggy.test.bdd : cucumber-restapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.1

All Versions

Choose a version of fr.redfroggy.test.bdd : cucumber-restapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
cucumber-restapi-1.13.1
1.11.x
cucumber-restapi-1.11.0
1.10.x
cucumber-restapi-1.10.1
cucumber-restapi-1.10.0
1.9.x
cucumber-restapi-1.9.0
1.8.x
cucumber-restapi-1.8.0
1.7.x
cucumber-restapi-1.7.0
1.6.x
cucumber-restapi-1.6.0
1.5.x
cucumber-restapi-1.5.0
1.4.x
cucumber-restapi-1.4.0
1.3.x
cucumber-restapi-1.3.1
cucumber-restapi-1.3.0
1.2.x
cucumber-restapi-1.2.0

How to add a dependency to Maven

Add the following fr.redfroggy.test.bdd : cucumber-restapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.redfroggy.test.bdd</groupId>
    <artifactId>cucumber-restapi</artifactId>
    <version>1.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.redfroggy.test.bdd : cucumber-restapi gradle dependency to your build.gradle file:

implementation 'fr.redfroggy.test.bdd:cucumber-restapi:1.13.1'

Gradle Kotlin DSL: Add the following fr.redfroggy.test.bdd : cucumber-restapi gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.redfroggy.test.bdd:cucumber-restapi:1.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.redfroggy.test.bdd : cucumber-restapi sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.redfroggy.test.bdd" % "cucumber-restapi" % "1.13.1"

Advertisement