Jar examples for f:findbugs-ant
Ant support for the FindBugs tool
You can download jar file findbugs-ant 0.9.6 in this page.
GNU Lesser Public License
You can use the following script to add findbugs-ant-0.9.6.jar to your project.
<dependency> <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> <version>0.9.6</version> </dependency>
compile group: 'findbugs', name: 'findbugs-ant', version: '0.9.6'
libraryDependencies += "findbugs" % "findbugs-ant" % "0.9.6"
<dependency org="findbugs" name="findbugs-ant" rev="0.9.6"/>
@Grapes(@Grab(group='findbugs', module='findbugs-ant', version='0.9.6'))
'findbugs:findbugs-ant:jar:0.9.6'
Click the following link to download the jar file.
findbugs-ant-0.9.6.jar