a

annotations

Annotation supports the FindBugs tool
http://findbugs.sourceforge.net/
GNU Lesser Public License
Files download
File Operation
annotations-2.0.2.jar download
annotations-2.0.2.pom download
Apache Maven
<dependency>
  <groupId>com.google.code.findbugs</groupId>
  <artifactId>annotations</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.findbugs:annotations:2.0.2'
Gradle Kotlin
implementation("com.google.code.findbugs:annotations:2.0.2")
Scala SBT
libraryDependencies += "com.google.code.findbugs" % "annotations" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.findbugs', module='annotations', version='2.0.2')
)
Apache Ivy
<dependency org="com.google.code.findbugs" name="annotations" rev="2.0.2" />
Leiningen
[com.google.code.findbugs/annotations "2.0.2"]
Apache Buildr
'com.google.code.findbugs:annotations:jar:2.0.2'
Dependencies
The project has no third-party dependencies