| Лицензия |
Лицензия
GNU LESSER GENERAL PUBLIC LICENSE
|
|---|---|
| Группа | Группаcom.mebigfatguy |
| Идентификатор | Идентификаторfbcontrib |
| Последняя версия | Последняя версия3.4.2-hudson-1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеFindBugs Contributions
An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself. These detectors are not limited by 'pure bug' percentages, or by general purpose value.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| fbcontrib-3.4.2-hudson-1.pom | |
| fbcontrib-3.4.2-hudson-1.jar | 277 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mebigfatguy/fbcontrib/ -->
<dependency>
<groupId>com.mebigfatguy</groupId>
<artifactId>fbcontrib</artifactId>
<version>3.4.2-hudson-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mebigfatguy/fbcontrib/
implementation 'com.mebigfatguy:fbcontrib:3.4.2-hudson-1'
// https://jarcasting.com/artifacts/com.mebigfatguy/fbcontrib/
implementation ("com.mebigfatguy:fbcontrib:3.4.2-hudson-1")
'com.mebigfatguy:fbcontrib:jar:3.4.2-hudson-1'
<dependency org="com.mebigfatguy" name="fbcontrib" rev="3.4.2-hudson-1">
<artifact name="fbcontrib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mebigfatguy', module='fbcontrib', version='3.4.2-hudson-1')
)
libraryDependencies += "com.mebigfatguy" % "fbcontrib" % "3.4.2-hudson-1"
[com.mebigfatguy/fbcontrib "3.4.2-hudson-1"]