Jar examples for f:findbugs
A resource containing an exclude list of findbugs.
You can download jar file findbugs 1.3.9 in this page.
CDDL + GPLv2 with classpath exception
You can use the following script to add findbugs-1.3.9.jar to your project.
<dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>findbugs</artifactId> <version>1.3.9</version> </dependency>
compile group: 'com.google.code.findbugs', name: 'findbugs', version: '1.3.9'
libraryDependencies += "com.google.code.findbugs" % "findbugs" % "1.3.9"
<dependency org="com.google.code.findbugs" name="findbugs" rev="1.3.9"/>
@Grapes(@Grab(group='com.google.code.findbugs', module='findbugs', version='1.3.9'))
'com.google.code.findbugs:findbugs:jar:1.3.9'
Click the following link to download the jar file.
findbugs-1.3.9.jar