Testing findbugs-annotations
Because the findbugs people are unable to package two jars that have no overlapping classes which in turn drive our various code checkers mad.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.nesscomputing.testing |
| Идентификатор | Идентификаторfindbugs-annotations |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbecause the findbugs people are incapable of packaging jars without duplicates
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| findbugs-annotations-2.0.0.pom | |
| findbugs-annotations-2.0.0.jar | 16 KB |
| findbugs-annotations-2.0.0-tests.jar | 1 KB |
| findbugs-annotations-2.0.0-sources.jar | 23 KB |
| findbugs-annotations-2.0.0-javadoc.jar | 128 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nesscomputing.testing/findbugs-annotations/ -->
<dependency>
<groupId>com.nesscomputing.testing</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nesscomputing.testing/findbugs-annotations/
implementation 'com.nesscomputing.testing:findbugs-annotations:2.0.0'
// https://jarcasting.com/artifacts/com.nesscomputing.testing/findbugs-annotations/
implementation ("com.nesscomputing.testing:findbugs-annotations:2.0.0")
'com.nesscomputing.testing:findbugs-annotations:jar:2.0.0'
<dependency org="com.nesscomputing.testing" name="findbugs-annotations" rev="2.0.0">
<artifact name="findbugs-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nesscomputing.testing', module='findbugs-annotations', version='2.0.0')
)
libraryDependencies += "com.nesscomputing.testing" % "findbugs-annotations" % "2.0.0"
[com.nesscomputing.testing/findbugs-annotations "2.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.nesscomputing.testing : kawala-lessio Необязательный | jar | 1.0.0 |
Because the findbugs people are unable to package two jars that have no overlapping classes which in turn drive our various code checkers mad.