| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.sonatype.http-testing-harness |
| ArtifactId | ArtifactIdjunit-runner |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description${project.name}
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| junit-runner-1.0.0.pom | |
| junit-runner-1.0.0.jar | 11 KB |
| junit-runner-1.0.0-sources.jar | 7 KB |
| junit-runner-1.0.0-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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.http-testing-harness/junit-runner/
implementation 'org.sonatype.http-testing-harness:junit-runner:1.0.0'
// https://jarcasting.com/artifacts/org.sonatype.http-testing-harness/junit-runner/
implementation ("org.sonatype.http-testing-harness:junit-runner:1.0.0")
'org.sonatype.http-testing-harness:junit-runner:jar:1.0.0'
<dependency org="org.sonatype.http-testing-harness" name="junit-runner" rev="1.0.0">
<artifact name="junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.http-testing-harness', module='junit-runner', version='1.0.0')
)
libraryDependencies += "org.sonatype.http-testing-harness" % "junit-runner" % "1.0.0"
[org.sonatype.http-testing-harness/junit-runner "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.sonatype.goodies : goodies-testsupport | jar | 2.3.2-01 |
| org.sonatype.http-testing-harness : server-provider | jar | 1.0.0 |