Download testng-foundation-1.7.0.jar file - Jar t

Jar examples for t:testng-foundation

Description

This is the foundation framework for TestNG automation

You can download jar file testng-foundation 1.7.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add testng-foundation-1.7.0.jar to your project.

<dependency>
   <groupId>com.nordstrom.tools</groupId>
   <artifactId>testng-foundation</artifactId>
   <version>1.7.0</version>
</dependency>
compile group: 'com.nordstrom.tools', name: 'testng-foundation', version: '1.7.0'
libraryDependencies += "com.nordstrom.tools" % "testng-foundation" % "1.7.0"
<dependency org="com.nordstrom.tools" name="testng-foundation" rev="1.7.0"/>
@Grapes(@Grab(group='com.nordstrom.tools', module='testng-foundation', version='1.7.0'))
'com.nordstrom.tools:testng-foundation:jar:1.7.0'

Download

Click the following link to download the jar file.

testng-foundation-1.7.0-javadoc.jar
testng-foundation-1.7.0-sources.jar
testng-foundation-1.7.0.jar
testng-foundation-1.7.0.pom



Related Tutorials