Files download
File Operation
allure-java-annotations-1.4.16.jar download
allure-java-annotations-1.4.16.pom download
allure-java-annotations-1.4.16-sources.jar download
Apache Maven
<dependency>
  <groupId>ru.yandex.qatools.allure</groupId>
  <artifactId>allure-java-annotations</artifactId>
  <version>1.4.16</version>
</dependency>
Gradle Groovy
implementation 'ru.yandex.qatools.allure:allure-java-annotations:1.4.16'
Gradle Kotlin
implementation("ru.yandex.qatools.allure:allure-java-annotations:1.4.16")
Scala SBT
libraryDependencies += "ru.yandex.qatools.allure" % "allure-java-annotations" % "1.4.16"
Groovy Grape
@Grapes(
  @Grab(group='ru.yandex.qatools.allure', module='allure-java-annotations', version='1.4.16')
)
Apache Ivy
<dependency org="ru.yandex.qatools.allure" name="allure-java-annotations" rev="1.4.16" />
Leiningen
[ru.yandex.qatools.allure/allure-java-annotations "1.4.16"]
Apache Buildr
'ru.yandex.qatools.allure:allure-java-annotations:jar:1.4.16'