Jar examples for t:TestNG-Extensions
Some simple extensions to testng for use with maven.
You can download jar file TestNG-Extensions 1.0.0 in this page.
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'
Click the following link to download the jar file.
TestNG-Extensions-1.0.0-javadoc.jar