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 | ArtifactIdannotations |
Last Version | Last Version3.0.1u2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-Annotations
Annotation the FindBugs tool supports
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-3.0.1u2.pom | |
annotations-3.0.1u2.jar | 75 KB |
annotations-3.0.1u2-sources.jar | 362 bytes |
annotations-3.0.1u2-javadoc.jar | 362 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.findbugs/annotations/ -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.1u2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.findbugs/annotations/
implementation 'com.google.code.findbugs:annotations:3.0.1u2'
// https://jarcasting.com/artifacts/com.google.code.findbugs/annotations/
implementation ("com.google.code.findbugs:annotations:3.0.1u2")
'com.google.code.findbugs:annotations:jar:3.0.1u2'
<dependency org="com.google.code.findbugs" name="annotations" rev="3.0.1u2">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.findbugs', module='annotations', version='3.0.1u2')
)
libraryDependencies += "com.google.code.findbugs" % "annotations" % "3.0.1u2"
[com.google.code.findbugs/annotations "3.0.1u2"]
Group / Artifact | Type | Version |
---|---|---|
net.jcip : jcip-annotations | jar | 1.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Project development continues here: https://github.com/spotbugs/spotbugs
Please read this for details: