License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdcom.nordstrom.tools |
ArtifactId | ArtifactIdTestNG-Foundation |
Last Version | Last Version3.0.0-j8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestNG Foundation
TestNG Foundation is an automation framework designed to extend and enhance the capabilities provided by TestNG.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
TestNG-Foundation-3.0.0-j8.pom | |
TestNG-Foundation-3.0.0-j8.jar | 31 KB |
TestNG-Foundation-3.0.0-j8-sources.jar | 25 KB |
TestNG-Foundation-3.0.0-j8-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/TestNG-Foundation/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>TestNG-Foundation</artifactId>
<version>3.0.0-j8</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/TestNG-Foundation/
implementation 'com.nordstrom.tools:TestNG-Foundation:3.0.0-j8'
// https://jarcasting.com/artifacts/com.nordstrom.tools/TestNG-Foundation/
implementation ("com.nordstrom.tools:TestNG-Foundation:3.0.0-j8")
'com.nordstrom.tools:TestNG-Foundation:jar:3.0.0-j8'
<dependency org="com.nordstrom.tools" name="TestNG-Foundation" rev="3.0.0-j8">
<artifact name="TestNG-Foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='TestNG-Foundation', version='3.0.0-j8')
)
libraryDependencies += "com.nordstrom.tools" % "TestNG-Foundation" % "3.0.0-j8"
[com.nordstrom.tools/TestNG-Foundation "3.0.0-j8"]
Group / Artifact | Type | Version |
---|---|---|
com.nordstrom.tools : java-utils | jar | 2.0.0 |
com.nordstrom.tools : settings | jar | 2.3.5 |
org.testng : testng | jar | 7.4.0 |
com.google.guava : guava | jar | 30.1.1-jre |