is not current version
Last Version 1.2.0

org.e-hoffman.testing:TestNG-Extensions 1.0.0

Some simple extensions to testng for use with maven.

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.e-hoffman.testing
ArtifactId

ArtifactId

TestNG-Extensions
Version

Version

1.0.0
Type

Type

jar

Download TestNG-Extensions 1.0.0


<!-- https://jarcasting.com/artifacts/org.e-hoffman.testing/TestNG-Extensions/ -->
<dependency>
    <groupId>org.e-hoffman.testing</groupId>
    <artifactId>TestNG-Extensions</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.e-hoffman.testing/TestNG-Extensions/
implementation 'org.e-hoffman.testing:TestNG-Extensions:1.0.0'
// https://jarcasting.com/artifacts/org.e-hoffman.testing/TestNG-Extensions/
implementation ("org.e-hoffman.testing:TestNG-Extensions:1.0.0")
'org.e-hoffman.testing:TestNG-Extensions:jar:1.0.0'
<dependency org="org.e-hoffman.testing" name="TestNG-Extensions" rev="1.0.0">
  <artifact name="TestNG-Extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.e-hoffman.testing', module='TestNG-Extensions', version='1.0.0')
)
libraryDependencies += "org.e-hoffman.testing" % "TestNG-Extensions" % "1.0.0"
[org.e-hoffman.testing/TestNG-Extensions "1.0.0"]