Download testng-foundation-1.8.1.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.8.1 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials