не последняя версия
Последняя версия 4.7.1

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

Core feature to support unit test for SpotBugs Plugin

Категории

Категории

Spotbugs Тестирование приложения и мониторинг Code Analysis
Группа

Группа

com.github.spotbugs
Идентификатор

Идентификатор

test-harness-core
Версия

Версия

4.0.0-beta1
Тип

Тип

jar

Скачать test-harness-core 4.0.0-beta1


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