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

com.github.spotbugs:spotbugs-annotations 4.0.0-beta2

Annotations the SpotBugs tool supports

Категории

Категории

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

Группа

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

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

spotbugs-annotations
Версия

Версия

4.0.0-beta2
Тип

Тип

jar

Скачать spotbugs-annotations 4.0.0-beta2


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