| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCucumber Тестирование приложения и мониторинг |
| Группа | Группаcom.github.nhojpatrick.cucumber |
| Идентификатор | Идентификаторnhojpatrick-cucumber |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеCucumber extensions
Cucumber extensions project
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| nhojpatrick-cucumber-1.0.0.pom | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nhojpatrick.cucumber/nhojpatrick-cucumber/ -->
<dependency>
<groupId>com.github.nhojpatrick.cucumber</groupId>
<artifactId>nhojpatrick-cucumber</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhojpatrick.cucumber/nhojpatrick-cucumber/
implementation 'com.github.nhojpatrick.cucumber:nhojpatrick-cucumber:1.0.0'
// https://jarcasting.com/artifacts/com.github.nhojpatrick.cucumber/nhojpatrick-cucumber/
implementation ("com.github.nhojpatrick.cucumber:nhojpatrick-cucumber:1.0.0")
'com.github.nhojpatrick.cucumber:nhojpatrick-cucumber:pom:1.0.0'
<dependency org="com.github.nhojpatrick.cucumber" name="nhojpatrick-cucumber" rev="1.0.0">
<artifact name="nhojpatrick-cucumber" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nhojpatrick.cucumber', module='nhojpatrick-cucumber', version='1.0.0')
)
libraryDependencies += "com.github.nhojpatrick.cucumber" % "nhojpatrick-cucumber" % "1.0.0"
[com.github.nhojpatrick.cucumber/nhojpatrick-cucumber "1.0.0"]