MVN

com.mebigfatguy : fbcontrib

Maven & Gradle

May 20, 2010
2 usages

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.

<dependency>
    <groupId>com.mebigfatguy</groupId>
    <artifactId>fbcontrib</artifactId>
    <version>3.4.2-hudson-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mebigfatguy : fbcontrib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.2-hudson-1

All Versions

Choose a version of com.mebigfatguy : fbcontrib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
fbcontrib-3.4.2-hudson-1

How to add a dependency to Maven

Add the following com.mebigfatguy : fbcontrib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mebigfatguy</groupId>
    <artifactId>fbcontrib</artifactId>
    <version>3.4.2-hudson-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mebigfatguy : fbcontrib gradle dependency to your build.gradle file:

implementation 'com.mebigfatguy:fbcontrib:3.4.2-hudson-1'

Gradle Kotlin DSL: Add the following com.mebigfatguy : fbcontrib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mebigfatguy:fbcontrib:3.4.2-hudson-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mebigfatguy : fbcontrib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mebigfatguy" % "fbcontrib" % "3.4.2-hudson-1"