is not current version
Last Version 4.7.1

com.github.spotbugs:test-harness-core 4.0.0-beta4

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

4.0.0-beta4
Type

Type

jar

Download test-harness-core 4.0.0-beta4


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