MVN

findbugs : findbugs

Maven & Gradle

Nov 06, 2006
12 usages

Findbugs: Because it's easy!

<dependency>
    <groupId>findbugs</groupId>
    <artifactId>findbugs</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of findbugs : findbugs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of findbugs : findbugs to add to Maven or Gradle - All Versions:

  • Version Updated
  • findbugs-1.0.0

    Nov 06, 2006
  • findbugs-0.9.6

    Apr 20, 2006
  • findbugs-0.9.4

    Dec 12, 2005
  • findbugs-0.9.1

    Sep 22, 2005
  • findbugs-0.9.3

    Sep 21, 2005
  • findbugs-0.8.4

    Sep 20, 2005
  • findbugs-0.8.2

    Sep 20, 2005
  • findbugs-0.7.2

    Sep 20, 2005
  • findbugs-0.7.1

    Sep 20, 2005
  • findbugs-0.7.0

    Sep 20, 2005
  • findbugs-0.6.5

    Sep 20, 2005
  • findbugs-0.6.4

    Sep 20, 2005

How to add a dependency to Maven

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

<dependency>
    <groupId>findbugs</groupId>
    <artifactId>findbugs</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following findbugs : findbugs gradle dependency to your build.gradle file:

implementation 'findbugs:findbugs:1.0.0'

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

implementation("findbugs:findbugs:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following findbugs : findbugs sbt scala dependency to your build.sbt file:

libraryDependencies += "findbugs" % "findbugs" % "1.0.0"

Advertisement