is not current version
Last Version 1.0.0

findbugs:annotations 0.9.4

Annotation supports the FindBugs tool

GroupId

GroupId

findbugs
ArtifactId

ArtifactId

annotations
Version

Version

0.9.4
Type

Type

jar

Download annotations 0.9.4


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