MVN

com.github.nagyesta.abort-mission.boosters : abort.booster-testng

Maven & Gradle

Aug 11, 2023
8 stars

Abort Mission - TestNG Booster · Booster module of Abort Mission adding TestNG bindings.

<dependency>
    <groupId>com.github.nagyesta.abort-mission.boosters</groupId>
    <artifactId>abort.booster-testng</artifactId>
    <version>4.2.36</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nagyesta.abort-mission.boosters : abort.booster-testng to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.36

All Versions

Choose a version of com.github.nagyesta.abort-mission.boosters : abort.booster-testng to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
abort.booster-testng-4.2.36
abort.booster-testng-4.2.30
abort.booster-testng-4.2.0
4.1.x
abort.booster-testng-4.1.1
abort.booster-testng-4.1.0
4.0.x
abort.booster-testng-4.0.0
3.5.x
abort.booster-testng-3.5.140
abort.booster-testng-3.5.127
abort.booster-testng-3.5.103
abort.booster-testng-3.5.81
abort.booster-testng-3.5.69
abort.booster-testng-3.5.56
abort.booster-testng-3.5.30
abort.booster-testng-3.5.0
3.4.x
abort.booster-testng-3.4.52
abort.booster-testng-3.4.40
abort.booster-testng-3.4.29
abort.booster-testng-3.4.14
abort.booster-testng-3.4.11
abort.booster-testng-3.4.6
abort.booster-testng-3.4.2
abort.booster-testng-3.4.1
3.3.x
abort.booster-testng-3.3.0
3.2.x
abort.booster-testng-3.2.11
abort.booster-testng-3.2.9
abort.booster-testng-3.2.0
3.1.x
abort.booster-testng-3.1.0
3.0.x
abort.booster-testng-3.0.5
abort.booster-testng-3.0.0
2.8.x
abort.booster-testng-2.8.53
abort.booster-testng-2.8.40
abort.booster-testng-2.8.36
abort.booster-testng-2.8.31
abort.booster-testng-2.8.20
abort.booster-testng-2.8.12
abort.booster-testng-2.8.10
abort.booster-testng-2.8.5
abort.booster-testng-2.8.4
abort.booster-testng-2.8.3
abort.booster-testng-2.8.2
abort.booster-testng-2.8.1
abort.booster-testng-2.8.0
2.7.x
abort.booster-testng-2.7.3
abort.booster-testng-2.7.2
2.6.x
abort.booster-testng-2.6.1
2.5.x
abort.booster-testng-2.5.4
abort.booster-testng-2.5.3
abort.booster-testng-2.5.2
abort.booster-testng-2.5.1
abort.booster-testng-2.5.0

How to add a dependency to Maven

Add the following com.github.nagyesta.abort-mission.boosters : abort.booster-testng maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nagyesta.abort-mission.boosters</groupId>
    <artifactId>abort.booster-testng</artifactId>
    <version>4.2.36</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nagyesta.abort-mission.boosters : abort.booster-testng gradle dependency to your build.gradle file:

implementation 'com.github.nagyesta.abort-mission.boosters:abort.booster-testng:4.2.36'

Gradle Kotlin DSL: Add the following com.github.nagyesta.abort-mission.boosters : abort.booster-testng gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nagyesta.abort-mission.boosters:abort.booster-testng:4.2.36")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nagyesta.abort-mission.boosters : abort.booster-testng sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nagyesta.abort-mission.boosters" % "abort.booster-testng" % "4.2.36"