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