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

com.github.spotbugs:test-harness 4.0.0-beta3

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

Категории

Категории

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

Группа

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

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

test-harness
Версия

Версия

4.0.0-beta3
Тип

Тип

jar

Скачать test-harness 4.0.0-beta3


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