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