is not current version
Last Version 0.8

org.sonatype.http-testing-harness:testng-runner 0.6


Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.sonatype.http-testing-harness
ArtifactId

ArtifactId

testng-runner
Version

Version

0.6
Type

Type

jar

Download testng-runner 0.6


<!-- https://jarcasting.com/artifacts/org.sonatype.http-testing-harness/testng-runner/ -->
<dependency>
    <groupId>org.sonatype.http-testing-harness</groupId>
    <artifactId>testng-runner</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.http-testing-harness/testng-runner/
implementation 'org.sonatype.http-testing-harness:testng-runner:0.6'
// https://jarcasting.com/artifacts/org.sonatype.http-testing-harness/testng-runner/
implementation ("org.sonatype.http-testing-harness:testng-runner:0.6")
'org.sonatype.http-testing-harness:testng-runner:jar:0.6'
<dependency org="org.sonatype.http-testing-harness" name="testng-runner" rev="0.6">
  <artifact name="testng-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.http-testing-harness', module='testng-runner', version='0.6')
)
libraryDependencies += "org.sonatype.http-testing-harness" % "testng-runner" % "0.6"
[org.sonatype.http-testing-harness/testng-runner "0.6"]