Download spotbugs-3.1.0-RC4.jar file - Jar s

Jar examples for s:spotbugs

Description

SpotBugs: Because it's easy!

You can download jar file spotbugs 3.1.0-RC4 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1

Build File

You can use the following script to add spotbugs-3.1.0-RC4.jar to your project.

<dependency>
   <groupId>com.github.spotbugs</groupId>
   <artifactId>spotbugs</artifactId>
   <version>3.1.0-RC4</version>
</dependency>
compile group: 'com.github.spotbugs', name: 'spotbugs', version: '3.1.0-RC4'
libraryDependencies += "com.github.spotbugs" % "spotbugs" % "3.1.0-RC4"
<dependency org="com.github.spotbugs" name="spotbugs" rev="3.1.0-RC4"/>
@Grapes(@Grab(group='com.github.spotbugs', module='spotbugs', version='3.1.0-RC4'))
'com.github.spotbugs:spotbugs:jar:3.1.0-RC4'

Download

Click the following link to download the jar file.

spotbugs-3.1.0-RC4-javadoc.jar
spotbugs-3.1.0-RC4-sources.jar
spotbugs-3.1.0-RC4.jar
spotbugs-3.1.0-RC4.pom



Related Tutorials