is not current version
Last Version 4.7.1

com.github.spotbugs:test-harness 3.1.4

A test harness library for SpotBugs plugin developers to test on JUnit4

Categories

Categories

Spotbugs Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.spotbugs
ArtifactId

ArtifactId

test-harness
Version

Version

3.1.4
Type

Type

jar

Download test-harness 3.1.4


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