MVN

io.github.ndviet : test-testng-framework

Maven & Gradle

Jan 18, 2023
1 stars

TestNG Framework Test Repository · Test repository with test case is created and executed in TestNG Framework.

<dependency>
    <groupId>io.github.ndviet</groupId>
    <artifactId>test-testng-framework</artifactId>
    <version>23.1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ndviet : test-testng-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.1.17

All Versions

Choose a version of io.github.ndviet : test-testng-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.1.x
test-testng-framework-23.1.17

How to add a dependency to Maven

Add the following io.github.ndviet : test-testng-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ndviet</groupId>
    <artifactId>test-testng-framework</artifactId>
    <version>23.1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ndviet : test-testng-framework gradle dependency to your build.gradle file:

implementation 'io.github.ndviet:test-testng-framework:23.1.17'

Gradle Kotlin DSL: Add the following io.github.ndviet : test-testng-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ndviet:test-testng-framework:23.1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ndviet : test-testng-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ndviet" % "test-testng-framework" % "23.1.17"

Advertisement