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