is not current version
Last Version 1.3.2

net.sourceforge.findbugs:annotations 1.2.1

Annotation supports the FindBugs tool

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.findbugs
ArtifactId

ArtifactId

annotations
Version

Version

1.2.1
Type

Type

jar

Download annotations 1.2.1


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