| Категории |
КатегорииSpotbugs Тестирование приложения и мониторинг Code Analysis |
|---|---|
| Группа | Группаcom.github.spotbugs |
| Идентификатор | Идентификаторtest-harness-jupiter |
| Версия | Версия3.1.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| test-harness-jupiter-3.1.8.pom | |
| test-harness-jupiter-3.1.8.jar | 2 KB |
| test-harness-jupiter-3.1.8-sources.jar | 2 KB |
| test-harness-jupiter-3.1.8-javadoc.jar | 375 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.spotbugs/test-harness-jupiter/ -->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>test-harness-jupiter</artifactId>
<version>3.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spotbugs/test-harness-jupiter/
implementation 'com.github.spotbugs:test-harness-jupiter:3.1.8'
// https://jarcasting.com/artifacts/com.github.spotbugs/test-harness-jupiter/
implementation ("com.github.spotbugs:test-harness-jupiter:3.1.8")
'com.github.spotbugs:test-harness-jupiter:jar:3.1.8'
<dependency org="com.github.spotbugs" name="test-harness-jupiter" rev="3.1.8">
<artifact name="test-harness-jupiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='test-harness-jupiter', version='3.1.8')
)
libraryDependencies += "com.github.spotbugs" % "test-harness-jupiter" % "3.1.8"
[com.github.spotbugs/test-harness-jupiter "3.1.8"]