is not current version
Last Version 1.2.6

info.cukes:cucumber-testng 1.1.8


Categories

Categories

Cucumber Application Testing & Monitoring TestNG Unit Testing
GroupId

GroupId

info.cukes
ArtifactId

ArtifactId

cucumber-testng
Version

Version

1.1.8
Type

Type

jar

Download cucumber-testng 1.1.8


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