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

Jar examples for s:spotbugs

Description

SpotBugs: Because it's easy!

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials