Categories |
CategoriesCucumber Application Testing & Monitoring TestNG Unit Testing |
---|---|
GroupId | GroupIdcom.github.harry389 |
ArtifactId | ArtifactIdcucumber-testng |
Version | Version5.0.1-RC3 |
Type | Typejar |
Filename | Size |
---|---|
cucumber-testng-5.0.1-RC3.pom | |
cucumber-testng-5.0.1-RC3.jar | 20 KB |
cucumber-testng-5.0.1-RC3-sources.jar | 12 KB |
cucumber-testng-5.0.1-RC3-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.harry389/cucumber-testng/ -->
<dependency>
<groupId>com.github.harry389</groupId>
<artifactId>cucumber-testng</artifactId>
<version>5.0.1-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.harry389/cucumber-testng/
implementation 'com.github.harry389:cucumber-testng:5.0.1-RC3'
// https://jarcasting.com/artifacts/com.github.harry389/cucumber-testng/
implementation ("com.github.harry389:cucumber-testng:5.0.1-RC3")
'com.github.harry389:cucumber-testng:jar:5.0.1-RC3'
<dependency org="com.github.harry389" name="cucumber-testng" rev="5.0.1-RC3">
<artifact name="cucumber-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.harry389', module='cucumber-testng', version='5.0.1-RC3')
)
libraryDependencies += "com.github.harry389" % "cucumber-testng" % "5.0.1-RC3"
[com.github.harry389/cucumber-testng "5.0.1-RC3"]