is not current version
Last Version 1.0.0

findbugs:annotations 0.9.3


GroupId

GroupId

findbugs
ArtifactId

ArtifactId

annotations
Version

Version

0.9.3
Type

Type

jar

Download annotations 0.9.3


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