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