не последняя версия
Последняя версия 5.0.5-RC3

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


Категории

Категории

Cucumber Тестирование приложения и мониторинг TestNG Тестирование компонентов
Группа

Группа

com.github.harry389
Идентификатор

Идентификатор

cucumber-testng
Версия

Версия

5.0.0-RC2
Тип

Тип

jar

Скачать cucumber-testng 5.0.0-RC2


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