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