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

com.github.spotbugs:spotbugs 4.1.1

SpotBugs: Because it's easy!

Категории

Категории

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

Группа

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

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

spotbugs
Версия

Версия

4.1.1
Тип

Тип

pom

Скачать spotbugs 4.1.1


<!-- 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"]