| License |
License
GNU LESSER GENERAL PUBLIC LICENSE
|
|---|---|
| GroupId | GroupIdcom.mebigfatguy |
| ArtifactId | ArtifactIdfbcontrib |
| Last Version | Last Version3.4.2-hudson-1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFindBugs 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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| fbcontrib-3.4.2-hudson-1.pom | |
| fbcontrib-3.4.2-hudson-1.jar | 277 KB |
| Browse |
<!-- 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"]