is not current version
Last Version 1.3

com.github.liamhayes1:rest-cucumber 1.0

Rest Cucumber allows you to attach a rest client for retrieval of Cucumber feature files and posting of Cucumber test results

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

com.github.liamhayes1
ArtifactId

ArtifactId

rest-cucumber
Version

Version

1.0
Type

Type

jar

Download rest-cucumber 1.0


<!-- https://jarcasting.com/artifacts/com.github.liamhayes1/rest-cucumber/ -->
<dependency>
    <groupId>com.github.liamhayes1</groupId>
    <artifactId>rest-cucumber</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liamhayes1/rest-cucumber/
implementation 'com.github.liamhayes1:rest-cucumber:1.0'
// https://jarcasting.com/artifacts/com.github.liamhayes1/rest-cucumber/
implementation ("com.github.liamhayes1:rest-cucumber:1.0")
'com.github.liamhayes1:rest-cucumber:jar:1.0'
<dependency org="com.github.liamhayes1" name="rest-cucumber" rev="1.0">
  <artifact name="rest-cucumber" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liamhayes1', module='rest-cucumber', version='1.0')
)
libraryDependencies += "com.github.liamhayes1" % "rest-cucumber" % "1.0"
[com.github.liamhayes1/rest-cucumber "1.0"]