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

Jar examples for s:spotbugs

Description

SpotBugs: Because it's easy!

You can download jar file spotbugs 3.1.0-RC3 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-RC3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials