文件下载
文件名 操作
allure-model-1.4.15.jar 下载
allure-model-1.4.15.pom 下载
allure-model-1.4.15-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ru.yandex.qatools.allure</groupId>
  <artifactId>allure-model</artifactId>
  <version>1.4.15</version>
</dependency>
Gradle Groovy
implementation 'ru.yandex.qatools.allure:allure-model:1.4.15'
Gradle Kotlin
implementation("ru.yandex.qatools.allure:allure-model:1.4.15")
Scala SBT
libraryDependencies += "ru.yandex.qatools.allure" % "allure-model" % "1.4.15"
Groovy Grape
@Grapes(
  @Grab(group='ru.yandex.qatools.allure', module='allure-model', version='1.4.15')
)
Apache Ivy
<dependency org="ru.yandex.qatools.allure" name="allure-model" rev="1.4.15" />
Leiningen
[ru.yandex.qatools.allure/allure-model "1.4.15"]
Apache Buildr
'ru.yandex.qatools.allure:allure-model:jar:1.4.15'