is not current version
Last Version 4.7.1

com.github.spotbugs:test-harness 3.1.0-RC2

A test harness library for SpotBugs plugin developers

Categories

Categories

Spotbugs Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.spotbugs
ArtifactId

ArtifactId

test-harness
Version

Version

3.1.0-RC2
Type

Type

jar

Download test-harness 3.1.0-RC2


<!-- https://jarcasting.com/artifacts/com.github.spotbugs/test-harness/ -->
<dependency>
    <groupId>com.github.spotbugs</groupId>
    <artifactId>test-harness</artifactId>
    <version>3.1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spotbugs/test-harness/
implementation 'com.github.spotbugs:test-harness:3.1.0-RC2'
// https://jarcasting.com/artifacts/com.github.spotbugs/test-harness/
implementation ("com.github.spotbugs:test-harness:3.1.0-RC2")
'com.github.spotbugs:test-harness:jar:3.1.0-RC2'
<dependency org="com.github.spotbugs" name="test-harness" rev="3.1.0-RC2">
  <artifact name="test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='test-harness', version='3.1.0-RC2')
)
libraryDependencies += "com.github.spotbugs" % "test-harness" % "3.1.0-RC2"
[com.github.spotbugs/test-harness "3.1.0-RC2"]