| Группа | Группаfindbugs |
|---|---|
| Идентификатор | Идентификаторannotations |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAnnotation supports the FindBugs tool
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| annotations-1.0.0.pom | |
| annotations-1.0.0.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/findbugs/annotations/ -->
<dependency>
<groupId>findbugs</groupId>
<artifactId>annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/findbugs/annotations/
implementation 'findbugs:annotations:1.0.0'
// https://jarcasting.com/artifacts/findbugs/annotations/
implementation ("findbugs:annotations:1.0.0")
'findbugs:annotations:jar:1.0.0'
<dependency org="findbugs" name="annotations" rev="1.0.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='findbugs', module='annotations', version='1.0.0')
)
libraryDependencies += "findbugs" % "annotations" % "1.0.0"
[findbugs/annotations "1.0.0"]