Download spotbugs-3.1.3.jar file - Jar s

Jar examples for s:spotbugs

Description

SpotBugs: Because it's easy!

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

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

Download

Click the following link to download the jar file.

spotbugs-3.1.3-javadoc.jar
spotbugs-3.1.3-sources.jar
spotbugs-3.1.3.jar
spotbugs-3.1.3.pom



Related Tutorials