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