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