Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.allure |
ArtifactId | ArtifactIdallure-model |
Version | Version1.3.9 |
Type | Typejar |
Filename | Size |
---|---|
allure-model-1.3.9.pom | |
allure-model-1.3.9.jar | 27 KB |
allure-model-1.3.9-sources.jar | 19 KB |
allure-model-1.3.9-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-model/ -->
<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-model</artifactId>
<version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-model/
implementation 'ru.yandex.qatools.allure:allure-model:1.3.9'
// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-model/
implementation ("ru.yandex.qatools.allure:allure-model:1.3.9")
'ru.yandex.qatools.allure:allure-model:jar:1.3.9'
<dependency org="ru.yandex.qatools.allure" name="allure-model" rev="1.3.9">
<artifact name="allure-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-model', version='1.3.9')
)
libraryDependencies += "ru.yandex.qatools.allure" % "allure-model" % "1.3.9"
[ru.yandex.qatools.allure/allure-model "1.3.9"]