Categories |
CategoriesJava Languages Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.allure |
ArtifactId | ArtifactIdallure-java-adaptor-api |
Version | Version1.4.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-java-adaptor-api/ -->
<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-java-adaptor-api</artifactId>
<version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-java-adaptor-api/
implementation 'ru.yandex.qatools.allure:allure-java-adaptor-api:1.4.9'
// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-java-adaptor-api/
implementation ("ru.yandex.qatools.allure:allure-java-adaptor-api:1.4.9")
'ru.yandex.qatools.allure:allure-java-adaptor-api:jar:1.4.9'
<dependency org="ru.yandex.qatools.allure" name="allure-java-adaptor-api" rev="1.4.9">
<artifact name="allure-java-adaptor-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-java-adaptor-api', version='1.4.9')
)
libraryDependencies += "ru.yandex.qatools.allure" % "allure-java-adaptor-api" % "1.4.9"
[ru.yandex.qatools.allure/allure-java-adaptor-api "1.4.9"]