Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdcom.nordstrom.tools |
ArtifactId | ArtifactIdtestng-foundation |
Last Version | Last Version4.0.0-j8 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
testng-foundation-4.0.0-j8.pom | |
testng-foundation-4.0.0-j8.jar | 29 KB |
testng-foundation-4.0.0-j8-sources.jar | 27 KB |
testng-foundation-4.0.0-j8-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/testng-foundation/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>testng-foundation</artifactId>
<version>4.0.0-j8</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/testng-foundation/
implementation 'com.nordstrom.tools:testng-foundation:4.0.0-j8'
// https://jarcasting.com/artifacts/com.nordstrom.tools/testng-foundation/
implementation ("com.nordstrom.tools:testng-foundation:4.0.0-j8")
'com.nordstrom.tools:testng-foundation:jar:4.0.0-j8'
<dependency org="com.nordstrom.tools" name="testng-foundation" rev="4.0.0-j8">
<artifact name="testng-foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='testng-foundation', version='4.0.0-j8')
)
libraryDependencies += "com.nordstrom.tools" % "testng-foundation" % "4.0.0-j8"
[com.nordstrom.tools/testng-foundation "4.0.0-j8"]