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

com.github.spotbugs:test-harness-jupiter 3.1.3

A test harness library for SpotBugs plugin developers to test on JUnit 5

Категории

Категории

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

Группа

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

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

test-harness-jupiter
Версия

Версия

3.1.3
Тип

Тип

jar

Скачать test-harness-jupiter 3.1.3


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