| Категории |
КатегорииCucumber Тестирование приложения и мониторинг |
|---|---|
| Группа | Группаio.cucumber |
| Идентификатор | Идентификаторcucumber-rhino |
| Версия | Версия1.2.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cucumber-rhino-1.2.6.pom | |
| cucumber-rhino-1.2.6.jar | 11 KB |
| cucumber-rhino-1.2.6-sources.jar | 7 KB |
| cucumber-rhino-1.2.6-javadoc.jar | 19 KB |
| Обзор |
<!-- 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"]