Files download
File Operation
findbugs-annotations-3.0.1.jar download
findbugs-annotations-3.0.1.pom download
findbugs-annotations-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.findbugs</groupId>
  <artifactId>findbugs-annotations</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.findbugs:findbugs-annotations:3.0.1'
Gradle Kotlin
implementation("com.google.code.findbugs:findbugs-annotations:3.0.1")
Scala SBT
libraryDependencies += "com.google.code.findbugs" % "findbugs-annotations" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.findbugs', module='findbugs-annotations', version='3.0.1')
)
Apache Ivy
<dependency org="com.google.code.findbugs" name="findbugs-annotations" rev="3.0.1" />
Leiningen
[com.google.code.findbugs/findbugs-annotations "3.0.1"]
Apache Buildr
'com.google.code.findbugs:findbugs-annotations:jar:3.0.1'