Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.sonatype.http-testing-harness |
ArtifactId | ArtifactIdjunit-runner |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
junit-runner-0.5.1.pom | |
junit-runner-0.5.1.jar | 11 KB |
junit-runner-0.5.1-sources.jar | 7 KB |
junit-runner-0.5.1-javadoc.jar | 38 KB |
Browse |
<!-- 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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.http-testing-harness/junit-runner/
implementation 'org.sonatype.http-testing-harness:junit-runner:0.5.1'
// https://jarcasting.com/artifacts/org.sonatype.http-testing-harness/junit-runner/
implementation ("org.sonatype.http-testing-harness:junit-runner:0.5.1")
'org.sonatype.http-testing-harness:junit-runner:jar:0.5.1'
<dependency org="org.sonatype.http-testing-harness" name="junit-runner" rev="0.5.1">
<artifact name="junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.http-testing-harness', module='junit-runner', version='0.5.1')
)
libraryDependencies += "org.sonatype.http-testing-harness" % "junit-runner" % "0.5.1"
[org.sonatype.http-testing-harness/junit-runner "0.5.1"]