is not current version
Last Version 1.13.1

fr.redfroggy.test.bdd:cucumber-restapi 1.3.0

REST API tests with Spring, Cucumber and Gherkin

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

fr.redfroggy.test.bdd
ArtifactId

ArtifactId

cucumber-restapi
Version

Version

1.3.0
Type

Type

jar

Download cucumber-restapi 1.3.0


<!-- https://jarcasting.com/artifacts/fr.redfroggy.test.bdd/cucumber-restapi/ -->
<dependency>
    <groupId>fr.redfroggy.test.bdd</groupId>
    <artifactId>cucumber-restapi</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.redfroggy.test.bdd/cucumber-restapi/
implementation 'fr.redfroggy.test.bdd:cucumber-restapi:1.3.0'
// https://jarcasting.com/artifacts/fr.redfroggy.test.bdd/cucumber-restapi/
implementation ("fr.redfroggy.test.bdd:cucumber-restapi:1.3.0")
'fr.redfroggy.test.bdd:cucumber-restapi:jar:1.3.0'
<dependency org="fr.redfroggy.test.bdd" name="cucumber-restapi" rev="1.3.0">
  <artifact name="cucumber-restapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.redfroggy.test.bdd', module='cucumber-restapi', version='1.3.0')
)
libraryDependencies += "fr.redfroggy.test.bdd" % "cucumber-restapi" % "1.3.0"
[fr.redfroggy.test.bdd/cucumber-restapi "1.3.0"]