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