MVN

com.github.stephenc.findbugs : findbugs-annotations

Maven & Gradle

Feb 13, 2013
233 usages
51 stars

Findbugs Annotations under Apache License · A clean room implementation of the Findbugs Annotations based entirely on the specification provided by the javadocs and at http://findbugs.sourceforge.net/manual/annotations.html.

<dependency>
    <groupId>com.github.stephenc.findbugs</groupId>
    <artifactId>findbugs-annotations</artifactId>
    <version>1.0-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.findbugs : findbugs-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-1

All Versions

Choose a version of com.github.stephenc.findbugs : findbugs-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
findbugs-annotations-1.3.9-1
1.0
findbugs-annotations-1.0-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.stephenc.findbugs</groupId>
    <artifactId>findbugs-annotations</artifactId>
    <version>1.0-1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.stephenc.findbugs:findbugs-annotations:1.0-1'

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

implementation("com.github.stephenc.findbugs:findbugs-annotations:1.0-1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.stephenc.findbugs" % "findbugs-annotations" % "1.0-1"

Advertisement

Dependencies from Group

Feb 13, 2013
233 usages
51 stars

Discover Dependencies

Apr 23, 2019
191 usages
4.4k stars
Mar 11, 2022
95 usages
1.2k stars
Dec 23, 2021
335 usages
122 stars
Jan 12, 2011
171 usages
Jan 10, 2022
71 usages
90 stars
Nov 14, 2012
71 usages
4 stars
Aug 14, 2013
129 usages
26 stars