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

io.cucumber:cucumber-rhino 2.0.0


Категории

Категории

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

Группа

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

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

cucumber-rhino
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать cucumber-rhino 2.0.0


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