не последняя версия
Последняя версия 2.0.1

io.cucumber:cucumber-rhino 1.2.6


Категории

Категории

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

Группа

io.cucumber
Идентификатор

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

cucumber-rhino
Версия

Версия

1.2.6
Тип

Тип

jar

Скачать cucumber-rhino 1.2.6


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