f

findbugs-annotations

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.
http://stephenc.github.com/findbugs-annotations
Apache License, Version 2.0
Stephen Connolly
Files download
File Operation
findbugs-annotations-1.3.9-1.jar download
findbugs-annotations-1.3.9-1.pom download
findbugs-annotations-1.3.9-1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stephenc.findbugs</groupId>
  <artifactId>findbugs-annotations</artifactId>
  <version>1.3.9-1</version>
</dependency>
Gradle Groovy
implementation 'com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1'
Gradle Kotlin
implementation("com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1")
Scala SBT
libraryDependencies += "com.github.stephenc.findbugs" % "findbugs-annotations" % "1.3.9-1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephenc.findbugs', module='findbugs-annotations', version='1.3.9-1')
)
Apache Ivy
<dependency org="com.github.stephenc.findbugs" name="findbugs-annotations" rev="1.3.9-1" />
Leiningen
[com.github.stephenc.findbugs/findbugs-annotations "1.3.9-1"]
Apache Buildr
'com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1'