is not current version
Last Version 4.7.1

com.github.spotbugs:test-harness-core 3.1.7

Core feature to support unit test for SpotBugs Plugin

Categories

Categories

Spotbugs Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.spotbugs
ArtifactId

ArtifactId

test-harness-core
Version

Version

3.1.7
Type

Type

jar

Download test-harness-core 3.1.7


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