Findbugs Annotations under Apache License

A clean room implementation of the Findbugs Annotations based entirely on the specification provided by the javadocs and at http://findbugs.sourceforge.net/manual/annotations.html.

License

License

GroupId

GroupId

com.github.stephenc.findbugs
ArtifactId

ArtifactId

findbugs-annotations
Last Version

Last Version

1.3.9-1
Release Date

Release Date

Type

Type

jar
Description

Description

Findbugs Annotations under Apache License
A clean room implementation of the Findbugs Annotations based entirely on the specification provided by the javadocs and at http://findbugs.sourceforge.net/manual/annotations.html.
Source Code Management

Source Code Management

http://github.com/stephenc/findbugs-annotations/tree/master/

Download findbugs-annotations

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 Optional jar 1.3.9

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.9-1
1.0-1