is not current version
Last Version 1.0.0

org.sonatype.http-testing-harness:junit-runner 0.8


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.sonatype.http-testing-harness
ArtifactId

ArtifactId

junit-runner
Version

Version

0.8
Type

Type

jar

Download junit-runner 0.8


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