<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>3.0.1</version>
</dependency>
@Grapes(
@Grab(group='com.google.code.findbugs', module='findbugs-annotations', version='3.0.1')
)