FindBugs is now SpotBugs
Project development continues here: https://github.com/spotbugs/spotbugs
Please read this for details:
License |
License |
---|---|
GroupId | GroupIdcom.google.code.findbugs |
ArtifactId | ArtifactIdfindbugs-annotations |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-Native-Annotations
Annotation defined by the FindBugs tool
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
findbugs-annotations-3.0.1.pom | |
findbugs-annotations-3.0.1.jar | 17 KB |
findbugs-annotations-3.0.1-sources.jar | 24 KB |
findbugs-annotations-3.0.1-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.findbugs/findbugs-annotations/ -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.findbugs/findbugs-annotations/
implementation 'com.google.code.findbugs:findbugs-annotations:3.0.1'
// https://jarcasting.com/artifacts/com.google.code.findbugs/findbugs-annotations/
implementation ("com.google.code.findbugs:findbugs-annotations:3.0.1")
'com.google.code.findbugs:findbugs-annotations:jar:3.0.1'
<dependency org="com.google.code.findbugs" name="findbugs-annotations" rev="3.0.1">
<artifact name="findbugs-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.findbugs', module='findbugs-annotations', version='3.0.1')
)
libraryDependencies += "com.google.code.findbugs" % "findbugs-annotations" % "3.0.1"
[com.google.code.findbugs/findbugs-annotations "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar | 3.0.1 |
Project development continues here: https://github.com/spotbugs/spotbugs
Please read this for details:
Version |
---|
3.0.1
|