MVN

ru.yandex.qatools.allure : allure-java-commons

Maven & Gradle

Aug 08, 2014
2 usages
715 stars

Allure Java Commons

<dependency>
    <groupId>ru.yandex.qatools.allure</groupId>
    <artifactId>allure-java-commons</artifactId>
    <version>1.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.yandex.qatools.allure : allure-java-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.9
  • Latest Release Candidate: 1.4.0.RC9

All Versions

Choose a version of ru.yandex.qatools.allure : allure-java-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
allure-java-commons-1.4.0.RC9
allure-java-commons-1.4.0.RC8
allure-java-commons-1.4.0.RC7
allure-java-commons-1.4.0.RC6
allure-java-commons-1.4.0.RC5
allure-java-commons-1.4.0.RC4
allure-java-commons-1.4.0.RC3
allure-java-commons-1.4.0.RC2
allure-java-commons-1.4.0.RC1
1.3.x
allure-java-commons-1.3.9
allure-java-commons-1.3.7
allure-java-commons-1.3.6
allure-java-commons-1.3.5
allure-java-commons-1.3.4
allure-java-commons-1.3.3
allure-java-commons-1.3.2
allure-java-commons-1.3.1
allure-java-commons-1.3.0
allure-java-commons-1.3.0.RC3
allure-java-commons-1.3.0.RC2
allure-java-commons-1.3.0.RC1
1.2.x
allure-java-commons-1.2.4
allure-java-commons-1.2.3
allure-java-commons-1.2.2

How to add a dependency to Maven

Add the following ru.yandex.qatools.allure : allure-java-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.yandex.qatools.allure</groupId>
    <artifactId>allure-java-commons</artifactId>
    <version>1.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.yandex.qatools.allure : allure-java-commons gradle dependency to your build.gradle file:

implementation 'ru.yandex.qatools.allure:allure-java-commons:1.3.9'

Gradle Kotlin DSL: Add the following ru.yandex.qatools.allure : allure-java-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.yandex.qatools.allure:allure-java-commons:1.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.yandex.qatools.allure : allure-java-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.yandex.qatools.allure" % "allure-java-commons" % "1.3.9"