MVN

com.automationrockstars.gunter : gunter-allure

Maven & Gradle

Mar 09, 2019
6 stars
<dependency>
    <groupId>com.automationrockstars.gunter</groupId>
    <artifactId>gunter-allure</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.automationrockstars.gunter : gunter-allure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.automationrockstars.gunter : gunter-allure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
gunter-allure-2.0.3
gunter-allure-2.0.2
gunter-allure-2.0.1
gunter-allure-2.0.0
1.0.x
gunter-allure-1.0.5
gunter-allure-1.0.4
gunter-allure-1.0.3
gunter-allure-1.0.2

How to add a dependency to Maven

Add the following com.automationrockstars.gunter : gunter-allure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.automationrockstars.gunter</groupId>
    <artifactId>gunter-allure</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.automationrockstars.gunter : gunter-allure gradle dependency to your build.gradle file:

implementation 'com.automationrockstars.gunter:gunter-allure:2.0.3'

Gradle Kotlin DSL: Add the following com.automationrockstars.gunter : gunter-allure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.automationrockstars.gunter:gunter-allure:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.automationrockstars.gunter : gunter-allure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.automationrockstars.gunter" % "gunter-allure" % "2.0.3"

Advertisement