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