<dependency> <groupId>com.github.spotbugs</groupId> <artifactId>test-harness</artifactId> <version>4.8.6</version> </dependency>
implementation 'com.github.spotbugs:test-harness:4.8.6'
implementation("com.github.spotbugs:test-harness:4.8.6")
libraryDependencies += "com.github.spotbugs" % "test-harness" % "4.8.6"
@Grapes( @Grab(group='com.github.spotbugs', module='test-harness', version='4.8.6') )
<dependency org="com.github.spotbugs" name="test-harness" rev="4.8.6" />
[com.github.spotbugs/test-harness "4.8.6"]
'com.github.spotbugs:test-harness:jar:4.8.6'
compile
|-- com.github.spotbugs:test-harness-core:4.8.6