Files download
File Operation
test-harness-jupiter-4.8.4.jar download
test-harness-jupiter-4.8.4.pom download
test-harness-jupiter-4.8.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spotbugs</groupId>
  <artifactId>test-harness-jupiter</artifactId>
  <version>4.8.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.spotbugs:test-harness-jupiter:4.8.4'
Gradle Kotlin
implementation("com.github.spotbugs:test-harness-jupiter:4.8.4")
Scala SBT
libraryDependencies += "com.github.spotbugs" % "test-harness-jupiter" % "4.8.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spotbugs', module='test-harness-jupiter', version='4.8.4')
)
Apache Ivy
<dependency org="com.github.spotbugs" name="test-harness-jupiter" rev="4.8.4" />
Leiningen
[com.github.spotbugs/test-harness-jupiter "4.8.4"]
Apache Buildr
'com.github.spotbugs:test-harness-jupiter:jar:4.8.4'