is not current version
Last Version 5.0.5-RC3

com.github.harry389:cucumber-testng 5.0.0-RC3


Categories

Categories

Cucumber Application Testing & Monitoring TestNG Unit Testing
GroupId

GroupId

com.github.harry389
ArtifactId

ArtifactId

cucumber-testng
Version

Version

5.0.0-RC3
Type

Type

jar

Download cucumber-testng 5.0.0-RC3


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