Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdru.yandex.qatools.allure |
ArtifactId | ArtifactIdallure-model |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
allure-model-1.3.0.pom | |
allure-model-1.3.0.jar | 27 KB |
allure-model-1.3.0-sources.jar | 18 KB |
allure-model-1.3.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-model/
implementation 'ru.yandex.qatools.allure:allure-model:1.3.0'
// https://jarcasting.com/artifacts/ru.yandex.qatools.allure/allure-model/
implementation ("ru.yandex.qatools.allure:allure-model:1.3.0")
'ru.yandex.qatools.allure:allure-model:jar:1.3.0'
<dependency org="ru.yandex.qatools.allure" name="allure-model" rev="1.3.0">
<artifact name="allure-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-model', version='1.3.0')
)
libraryDependencies += "ru.yandex.qatools.allure" % "allure-model" % "1.3.0"
[ru.yandex.qatools.allure/allure-model "1.3.0"]