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

Jar examples for s:spotbugs-annotations

Description

Annotations the SpotBugs tool supports

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

License

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials