is not current version
Last Version 3.0.0-j8

com.nordstrom.tools:TestNG-Foundation 3.0.0-j7

TestNG Foundation is an automation framework designed to extend and enhance the capabilities provided by TestNG.

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

com.nordstrom.tools
ArtifactId

ArtifactId

TestNG-Foundation
Version

Version

3.0.0-j7
Type

Type

jar

Download TestNG-Foundation 3.0.0-j7


<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/TestNG-Foundation/ -->
<dependency>
    <groupId>com.nordstrom.tools</groupId>
    <artifactId>TestNG-Foundation</artifactId>
    <version>3.0.0-j7</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/TestNG-Foundation/
implementation 'com.nordstrom.tools:TestNG-Foundation:3.0.0-j7'
// https://jarcasting.com/artifacts/com.nordstrom.tools/TestNG-Foundation/
implementation ("com.nordstrom.tools:TestNG-Foundation:3.0.0-j7")
'com.nordstrom.tools:TestNG-Foundation:jar:3.0.0-j7'
<dependency org="com.nordstrom.tools" name="TestNG-Foundation" rev="3.0.0-j7">
  <artifact name="TestNG-Foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='TestNG-Foundation', version='3.0.0-j7')
)
libraryDependencies += "com.nordstrom.tools" % "TestNG-Foundation" % "3.0.0-j7"
[com.nordstrom.tools/TestNG-Foundation "3.0.0-j7"]