is not current version
Last Version 5.0.5-RC3

com.github.harry389:cucumber-testng 4.7.4


Categories

Categories

Cucumber Application Testing & Monitoring TestNG Unit Testing
GroupId

GroupId

com.github.harry389
ArtifactId

ArtifactId

cucumber-testng
Version

Version

4.7.4
Type

Type

jar

Download cucumber-testng 4.7.4


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