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