Download testng-foundation-1.9.2.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.9.2 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials