MVN

com.buschmais.jqassistant.plugin : testng

Maven & Gradle

Nov 09, 2022
9 usages
0 stars

jQAssistant TestNG Plugin · Plugin for jQAssistant to be able to scan and to analyze TestNG related artifacts.

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>testng</artifactId>
    <version>1.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buschmais.jqassistant.plugin : testng to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.2
  • Latest Release Candidate: 1.11.0-RC-1
  • Latest Alpha: 1.10.0-ALPHA1

All Versions

Choose a version of com.buschmais.jqassistant.plugin : testng to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12.x
testng-1.12.2
testng-1.12.1
testng-1.12.0
testng-1.12.0-M1
1.11.x
testng-1.11.1
testng-1.11.0
testng-1.11.0-RC-1
1.10.x
testng-1.10.1
testng-1.10.0
testng-1.10.0-RC1
testng-1.10.0-ALPHA1
1.9.x
testng-1.9.1
testng-1.9.0
testng-1.9.0-RC1
testng-1.9.0-ALPHA2
testng-1.9.0-ALPHA1
1.8.x
testng-1.8.0
testng-1.8.0-MS1
1.7.x
testng-1.7.0
testng-1.7.0-RC1
testng-1.7.0-MS3
testng-1.7.0-MS2
testng-1.7.0-MS1
1.6.x
testng-1.6.0
testng-1.6.0-RC1
1.5.x
testng-1.5.0
1.5
testng-1.5-RC-1
1.4
testng-1.4
1.3
testng-1.3
1.2
testng-1.2
testng-1.2-RC1

How to add a dependency to Maven

Add the following com.buschmais.jqassistant.plugin : testng maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.buschmais.jqassistant.plugin</groupId>
    <artifactId>testng</artifactId>
    <version>1.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.buschmais.jqassistant.plugin : testng gradle dependency to your build.gradle file:

implementation 'com.buschmais.jqassistant.plugin:testng:1.12.2'

Gradle Kotlin DSL: Add the following com.buschmais.jqassistant.plugin : testng gradle kotlin dependency to your build.gradle.kts file:

implementation("com.buschmais.jqassistant.plugin:testng:1.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.buschmais.jqassistant.plugin : testng sbt scala dependency to your build.sbt file:

libraryDependencies += "com.buschmais.jqassistant.plugin" % "testng" % "1.12.2"

Advertisement