<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>1.3.9-1</version>
</dependency>
libraryDependencies += "com.github.stephenc.findbugs" % "findbugs-annotations" % "1.3.9-1"
@Grapes(
@Grab(group='com.github.stephenc.findbugs', module='findbugs-annotations', version='1.3.9-1')
)
<dependency org="com.github.stephenc.findbugs" name="findbugs-annotations" rev="1.3.9-1" />