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