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