Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.stephenc.findbugs</groupId>
  <artifactId>findbugs-annotations</artifactId>
  <version>3.0.1-1</version>
</dependency>

Apache Buildr

'com.github.stephenc.findbugs:findbugs-annotations:jar:3.0.1-1'

Apache Ivy

<dependency org="com.github.stephenc.findbugs" name="findbugs-annotations" rev="3.0.1-1">
  <artifact name="findbugs-annotations" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.stephenc.findbugs', module='findbugs-annotations', version='3.0.1-1')
)

Grails

compile 'com.github.stephenc.findbugs:findbugs-annotations:3.0.1-1'

Leiningen

[com.github.stephenc.findbugs/findbugs-annotations "3.0.1-1"]

SBT

libraryDependencies += "com.github.stephenc.findbugs" % "findbugs-annotations" % "3.0.1-1"