MVN

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

Maven & Gradle

Mar 09, 2022
17 usages
7 stars
<dependency>
    <groupId>org.sonatype.http-testing-harness</groupId>
    <artifactId>junit-runner</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.http-testing-harness : junit-runner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.sonatype.http-testing-harness : junit-runner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
junit-runner-1.0.0
0.11
junit-runner-0.11
0.10
junit-runner-0.10
0.9
junit-runner-0.9
0.8
junit-runner-0.8
0.7
junit-runner-0.7
0.6
junit-runner-0.6
0.5.x
junit-runner-0.5.3
junit-runner-0.5.2
junit-runner-0.5.1
junit-runner-0.5.0
0.4.x
junit-runner-0.4.3
junit-runner-0.4.2
junit-runner-0.4.1
junit-runner-0.4.0
0.3
junit-runner-0.3
0.2
junit-runner-0.2
0.1
junit-runner-0.1

How to add a dependency to Maven

Add the following org.sonatype.http-testing-harness : junit-runner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonatype.http-testing-harness</groupId>
    <artifactId>junit-runner</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonatype.http-testing-harness : junit-runner gradle dependency to your build.gradle file:

implementation 'org.sonatype.http-testing-harness:junit-runner:1.0.0'

Gradle Kotlin DSL: Add the following org.sonatype.http-testing-harness : junit-runner gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonatype.http-testing-harness:junit-runner:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonatype.http-testing-harness : junit-runner sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonatype.http-testing-harness" % "junit-runner" % "1.0.0"

Advertisement