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