| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.stephenc.findbugs |
| Идентификатор | Идентификаторfindbugs-annotations |
| Последняя версия | Последняя версия1.3.9-1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFindbugs Annotations under Apache License
A clean room implementation of the Findbugs Annotations based entirely on the specification provided
by the javadocs and at http://findbugs.sourceforge.net/manual/annotations.html.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| findbugs-annotations-1.3.9-1.pom | |
| findbugs-annotations-1.3.9-1.jar | 14 KB |
| findbugs-annotations-1.3.9-1-sources.jar | 21 KB |
| findbugs-annotations-1.3.9-1-javadoc.jar | 104 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.findbugs/findbugs-annotations/ -->
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>1.3.9-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.findbugs/findbugs-annotations/
implementation 'com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1'
// https://jarcasting.com/artifacts/com.github.stephenc.findbugs/findbugs-annotations/
implementation ("com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1")
'com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1'
<dependency org="com.github.stephenc.findbugs" name="findbugs-annotations" rev="1.3.9-1">
<artifact name="findbugs-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.findbugs', module='findbugs-annotations', version='1.3.9-1')
)
libraryDependencies += "com.github.stephenc.findbugs" % "findbugs-annotations" % "1.3.9-1"
[com.github.stephenc.findbugs/findbugs-annotations "1.3.9-1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 Необязательный | jar | 1.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |