Download findsecbugs-plugin-1.6.0.jar file - Jar f

Jar examples for f:findsecbugs-plugin

Description

Core module of the project. It include all the FindBugs detectors. The resulting jar is the published plugin.

You can download jar file findsecbugs-plugin 1.6.0 in this page.

Build File

You can use the following script to add findsecbugs-plugin-1.6.0.jar to your project.

<dependency>
   <groupId>com.h3xstream.findsecbugs</groupId>
   <artifactId>findsecbugs-plugin</artifactId>
   <version>1.6.0</version>
</dependency>
compile group: 'com.h3xstream.findsecbugs', name: 'findsecbugs-plugin', version: '1.6.0'
libraryDependencies += "com.h3xstream.findsecbugs" % "findsecbugs-plugin" % "1.6.0"
<dependency org="com.h3xstream.findsecbugs" name="findsecbugs-plugin" rev="1.6.0"/>
@Grapes(@Grab(group='com.h3xstream.findsecbugs', module='findsecbugs-plugin', version='1.6.0'))
'com.h3xstream.findsecbugs:findsecbugs-plugin:jar:1.6.0'

Download

Click the following link to download the jar file.

findsecbugs-plugin-1.6.0-javadoc.jar
findsecbugs-plugin-1.6.0-sources.jar
findsecbugs-plugin-1.6.0.jar
findsecbugs-plugin-1.6.0.pom



Related Tutorials