Download bcel-findbugs-6.0.jar file - Jar b

Jar examples for b:bcel-findbugs

Description

Modified BCEL for Findbugs

You can download jar file bcel-findbugs 6.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add bcel-findbugs-6.0.jar to your project.

<dependency>
   <groupId>com.google.code.findbugs</groupId>
   <artifactId>bcel-findbugs</artifactId>
   <version>6.0</version>
</dependency>
compile group: 'com.google.code.findbugs', name: 'bcel-findbugs', version: '6.0'
libraryDependencies += "com.google.code.findbugs" % "bcel-findbugs" % "6.0"
<dependency org="com.google.code.findbugs" name="bcel-findbugs" rev="6.0"/>
@Grapes(@Grab(group='com.google.code.findbugs', module='bcel-findbugs', version='6.0'))
'com.google.code.findbugs:bcel-findbugs:jar:6.0'

Download

Click the following link to download the jar file.

bcel-findbugs-6.0-javadoc.jar
bcel-findbugs-6.0-sources.jar
bcel-findbugs-6.0.jar
bcel-findbugs-6.0.pom



Related Tutorials