Jar examples for s:spotbugs-annotations
Annotations the SpotBugs tool supports
You can download jar file spotbugs-annotations 3.1.3 in this page.
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
You can use the following script to add spotbugs-annotations-3.1.3.jar to your project.
<dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <version>3.1.3</version> </dependency>
compile group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '3.1.3'
libraryDependencies += "com.github.spotbugs" % "spotbugs-annotations" % "3.1.3"
<dependency org="com.github.spotbugs" name="spotbugs-annotations" rev="3.1.3"/>
@Grapes(@Grab(group='com.github.spotbugs', module='spotbugs-annotations', version='3.1.3'))
'com.github.spotbugs:spotbugs-annotations:jar:3.1.3'
Click the following link to download the jar file.
spotbugs-annotations-3.1.3-javadoc.jar