MVN

io.qameta.allure.plugins : junit-xml-plugin

Maven & Gradle

Aug 25, 2023
3.5k stars

junit-xml-plugin · Module junit-xml-plugin of Allure Framework.

<dependency>
    <groupId>io.qameta.allure.plugins</groupId>
    <artifactId>junit-xml-plugin</artifactId>
    <version>2.24.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.qameta.allure.plugins : junit-xml-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.24.0

All Versions

Choose a version of io.qameta.allure.plugins : junit-xml-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.24.x
junit-xml-plugin-2.24.0
2.23.x
junit-xml-plugin-2.23.1
junit-xml-plugin-2.23.0
2.22.x
junit-xml-plugin-2.22.4
junit-xml-plugin-2.22.3
junit-xml-plugin-2.22.2
junit-xml-plugin-2.22.1
junit-xml-plugin-2.22.0
2.21.x
junit-xml-plugin-2.21.0
2.20.x
junit-xml-plugin-2.20.1
junit-xml-plugin-2.20.0
2.19.x
junit-xml-plugin-2.19.0
2.18.x
junit-xml-plugin-2.18.1
junit-xml-plugin-2.18.0
2.17.x
junit-xml-plugin-2.17.3
junit-xml-plugin-2.17.2
junit-xml-plugin-2.17.1
junit-xml-plugin-2.17.0
2.16.x
junit-xml-plugin-2.16.1
junit-xml-plugin-2.16.0
2.15.x
junit-xml-plugin-2.15.0
2.14.x
junit-xml-plugin-2.14.0
2.13.x
junit-xml-plugin-2.13.10
junit-xml-plugin-2.13.9
junit-xml-plugin-2.13.8
junit-xml-plugin-2.13.7
junit-xml-plugin-2.13.6
junit-xml-plugin-2.13.5
junit-xml-plugin-2.13.4
junit-xml-plugin-2.13.3
junit-xml-plugin-2.13.2
junit-xml-plugin-2.13.1
junit-xml-plugin-2.13.0
2.12.x
junit-xml-plugin-2.12.1
junit-xml-plugin-2.12.0
2.11.x
junit-xml-plugin-2.11.0
2.10.x
junit-xml-plugin-2.10.0
2.9.x
junit-xml-plugin-2.9.0
2.8.x
junit-xml-plugin-2.8.1
junit-xml-plugin-2.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.qameta.allure.plugins</groupId>
    <artifactId>junit-xml-plugin</artifactId>
    <version>2.24.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.qameta.allure.plugins : junit-xml-plugin gradle dependency to your build.gradle file:

implementation 'io.qameta.allure.plugins:junit-xml-plugin:2.24.0'

Gradle Kotlin DSL: Add the following io.qameta.allure.plugins : junit-xml-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.qameta.allure.plugins:junit-xml-plugin:2.24.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.qameta.allure.plugins : junit-xml-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.qameta.allure.plugins" % "junit-xml-plugin" % "2.24.0"

Advertisement