MVN

com.plugatar.xteps : xteps

Maven & Gradle

Dec 11, 2022
8 stars

Xteps · High-level contextual steps in your tests for any reporting tool

<dependency>
    <groupId>com.plugatar.xteps</groupId>
    <artifactId>xteps</artifactId>
    <version>5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.plugatar.xteps : xteps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8

All Versions

Choose a version of com.plugatar.xteps : xteps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8
xteps-5.8
5.7
xteps-5.7
5.6
xteps-5.6
5.5
xteps-5.5
5.4
xteps-5.4
5.3
xteps-5.3
5.2
xteps-5.2
5.1
xteps-5.1
5.0
xteps-5.0
4.2
xteps-4.2
4.1
xteps-4.1
4.0
xteps-4.0
3.2
xteps-3.2
3.1
xteps-3.1
3.0.x
xteps-3.0.1
3.0
xteps-3.0
2.3
xteps-2.3
2.2
xteps-2.2
2.1
xteps-2.1
2.0
xteps-2.0
1.3
xteps-1.3
1.2
xteps-1.2
1.1
xteps-1.1
1.0
xteps-1.0

How to add a dependency to Maven

Add the following com.plugatar.xteps : xteps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.plugatar.xteps</groupId>
    <artifactId>xteps</artifactId>
    <version>5.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.plugatar.xteps : xteps gradle dependency to your build.gradle file:

implementation 'com.plugatar.xteps:xteps:5.8'

Gradle Kotlin DSL: Add the following com.plugatar.xteps : xteps gradle kotlin dependency to your build.gradle.kts file:

implementation("com.plugatar.xteps:xteps:5.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.plugatar.xteps : xteps sbt scala dependency to your build.sbt file:

libraryDependencies += "com.plugatar.xteps" % "xteps" % "5.8"