Jar examples for 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.
You can download jar file findbugs-annotations 3.0.1 in this page.
Apache License, Version 2.0
You can use the following script to add findbugs-annotations-3.0.1.jar to your project.
<dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>findbugs-annotations</artifactId> <version>3.0.1</version> </dependency>
compile group: 'com.google.code.findbugs', name: 'findbugs-annotations', version: '3.0.1'
libraryDependencies += "com.google.code.findbugs" % "findbugs-annotations" % "3.0.1"
<dependency org="com.google.code.findbugs" name="findbugs-annotations" rev="3.0.1"/>
@Grapes(@Grab(group='com.google.code.findbugs', module='findbugs-annotations', version='3.0.1'))
'com.google.code.findbugs:findbugs-annotations:jar:3.0.1'
Click the following link to download the jar file.
findbugs-annotations-3.0.1-javadoc.jar