MVN

io.qameta.allure : model-v2

Maven & Gradle

Dec 23, 2016
4 stars

Allure Model v2

<dependency>
    <groupId>io.qameta.allure</groupId>
    <artifactId>model-v2</artifactId>
    <version>1.0-BETA2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.qameta.allure : model-v2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-BETA2
  • Latest Beta: 1.0-BETA2

All Versions

Choose a version of io.qameta.allure : model-v2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
model-v2-1.0-BETA2
model-v2-1.0-BETA1

How to add a dependency to Maven

Add the following io.qameta.allure : model-v2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.qameta.allure</groupId>
    <artifactId>model-v2</artifactId>
    <version>1.0-BETA2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.qameta.allure : model-v2 gradle dependency to your build.gradle file:

implementation 'io.qameta.allure:model-v2:1.0-BETA2'

Gradle Kotlin DSL: Add the following io.qameta.allure : model-v2 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.qameta.allure:model-v2:1.0-BETA2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.qameta.allure : model-v2 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.qameta.allure" % "model-v2" % "1.0-BETA2"

Advertisement