is not current version
Last Version 4.0.0-j8

com.nordstrom.tools:testng-foundation 2.0.0

This is the foundation framework for TestNG automation

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

com.nordstrom.tools
ArtifactId

ArtifactId

testng-foundation
Version

Version

2.0.0
Type

Type

jar

Download testng-foundation 2.0.0


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