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