MVN

app.getxray : xray-junit-extensions

Maven & Gradle

Sep 14, 2022
27 stars

xray-junit-extensions · Improvements for JUnit that allow you to take better advantage of JUnit 5 (jupiter engine) whenever using it together with Xray Test Management.

<dependency>
    <groupId>app.getxray</groupId>
    <artifactId>xray-junit-extensions</artifactId>
    <version>0.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.getxray : xray-junit-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.2

All Versions

Choose a version of app.getxray : xray-junit-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
xray-junit-extensions-0.6.2
xray-junit-extensions-0.6.1
xray-junit-extensions-0.6.0

How to add a dependency to Maven

Add the following app.getxray : xray-junit-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.getxray</groupId>
    <artifactId>xray-junit-extensions</artifactId>
    <version>0.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.getxray : xray-junit-extensions gradle dependency to your build.gradle file:

implementation 'app.getxray:xray-junit-extensions:0.6.2'

Gradle Kotlin DSL: Add the following app.getxray : xray-junit-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("app.getxray:xray-junit-extensions:0.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.getxray : xray-junit-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "app.getxray" % "xray-junit-extensions" % "0.6.2"