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