MVN

findbugs : annotations

Maven & Gradle

Nov 06, 2006
69 usages

Annotation supports the FindBugs tool

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
annotations-1.0.0
0.9.x
annotations-0.9.6
annotations-0.9.4
annotations-0.9.3

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'findbugs:annotations:1.0.0'

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

implementation("findbugs:annotations:1.0.0")

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Nov 06, 2006
69 usages
Nov 06, 2006
12 usages
Nov 06, 2006
2 usages
Nov 06, 2006
2 usages
Oct 11, 2005
1 usages

Discover Dependencies

Nov 13, 2009
22 usages
Jan 28, 2010
77 usages
Nov 27, 2007
31 usages
Jul 28, 2014
45 usages
emf
Nov 27, 2007
25 usages
Aug 23, 2023
23 usages
170 stars
Aug 20, 2023
16 usages
Jun 05, 2018
22 usages
12.4k stars
Apr 17, 2018
18 usages
233 stars