is not current version
Last Version 3.0.1u2

com.google.code.findbugs:annotations 1.3.9

Annotation supports the FindBugs tool

GroupId

GroupId

com.google.code.findbugs
ArtifactId

ArtifactId

annotations
Version

Version

1.3.9
Type

Type

jar

Download annotations 1.3.9


<!-- https://jarcasting.com/artifacts/com.google.code.findbugs/annotations/ -->
<dependency>
    <groupId>com.google.code.findbugs</groupId>
    <artifactId>annotations</artifactId>
    <version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.findbugs/annotations/
implementation 'com.google.code.findbugs:annotations:1.3.9'
// https://jarcasting.com/artifacts/com.google.code.findbugs/annotations/
implementation ("com.google.code.findbugs:annotations:1.3.9")
'com.google.code.findbugs:annotations:jar:1.3.9'
<dependency org="com.google.code.findbugs" name="annotations" rev="1.3.9">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.findbugs', module='annotations', version='1.3.9')
)
libraryDependencies += "com.google.code.findbugs" % "annotations" % "1.3.9"
[com.google.code.findbugs/annotations "1.3.9"]