is not current version
Last Version 1.0.0

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


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.sonatype.http-testing-harness
ArtifactId

ArtifactId

junit-runner
Version

Version

0.3
Type

Type

jar

Download junit-runner 0.3


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