| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаru.yandex.qatools.allure |
| Идентификатор | Идентификаторallure-report-face |
| Версия | Версия1.4.23.HOTFIX1 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| allure-report-face-1.4.23.HOTFIX1.pom | |
| allure-report-face-1.4.23.HOTFIX1.war | 693 KB |
| allure-report-face-1.4.23.HOTFIX1-sources.jar | 118 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-report-face/ -->
<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-report-face</artifactId>
<version>1.4.23.HOTFIX1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-report-face/
implementation 'ru.yandex.qatools.allure:allure-report-face:1.4.23.HOTFIX1'
// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-report-face/
implementation ("ru.yandex.qatools.allure:allure-report-face:1.4.23.HOTFIX1")
'ru.yandex.qatools.allure:allure-report-face:war:1.4.23.HOTFIX1'
<dependency org="ru.yandex.qatools.allure" name="allure-report-face" rev="1.4.23.HOTFIX1">
<artifact name="allure-report-face" type="war" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-report-face', version='1.4.23.HOTFIX1')
)
libraryDependencies += "ru.yandex.qatools.allure" % "allure-report-face" % "1.4.23.HOTFIX1"
[ru.yandex.qatools.allure/allure-report-face "1.4.23.HOTFIX1"]