Download TestNG-Extensions-1.0.0.jar file - Jar t

Jar examples for t:TestNG-Extensions

Description

Some simple extensions to testng for use with maven.

You can download jar file TestNG-Extensions 1.0.0 in this page.

Build File

You can use the following script to add TestNG-Extensions-1.0.0.jar to your project.

<dependency>
   <groupId>org.e-hoffman.testing</groupId>
   <artifactId>TestNG-Extensions</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'org.e-hoffman.testing', name: 'TestNG-Extensions', version: '1.0.0'
libraryDependencies += "org.e-hoffman.testing" % "TestNG-Extensions" % "1.0.0"
<dependency org="org.e-hoffman.testing" name="TestNG-Extensions" rev="1.0.0"/>
@Grapes(@Grab(group='org.e-hoffman.testing', module='TestNG-Extensions', version='1.0.0'))
'org.e-hoffman.testing:TestNG-Extensions:jar:1.0.0'

Download

Click the following link to download the jar file.

TestNG-Extensions-1.0.0-javadoc.jar
TestNG-Extensions-1.0.0-sources.jar
TestNG-Extensions-1.0.0-test-javadoc.jar
TestNG-Extensions-1.0.0-test-sources.jar
TestNG-Extensions-1.0.0.jar
TestNG-Extensions-1.0.0.pom



Related Tutorials