| Категории |
КатегорииSpotbugs Тестирование приложения и мониторинг Code Analysis |
|---|---|
| Группа | Группаcom.github.spotbugs |
| Идентификатор | Идентификаторspotbugs-annotations |
| Версия | Версия4.0.0-beta4 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-annotations/ -->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.0.0-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-annotations/
implementation 'com.github.spotbugs:spotbugs-annotations:4.0.0-beta4'
// https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-annotations/
implementation ("com.github.spotbugs:spotbugs-annotations:4.0.0-beta4")
'com.github.spotbugs:spotbugs-annotations:jar:4.0.0-beta4'
<dependency org="com.github.spotbugs" name="spotbugs-annotations" rev="4.0.0-beta4">
<artifact name="spotbugs-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='spotbugs-annotations', version='4.0.0-beta4')
)
libraryDependencies += "com.github.spotbugs" % "spotbugs-annotations" % "4.0.0-beta4"
[com.github.spotbugs/spotbugs-annotations "4.0.0-beta4"]