is not current version
Last Version 1.3.9-1

com.github.stephenc.findbugs:findbugs-annotations 1.0-1

A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.

GroupId

GroupId

com.github.stephenc.findbugs
ArtifactId

ArtifactId

findbugs-annotations
Version

Version

1.0-1
Type

Type

jar

Download findbugs-annotations 1.0-1


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