GroupId | GroupIdfindbugs |
---|---|
ArtifactId | ArtifactIdannotations |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnnotation supports the FindBugs tool
|
Project URL |
Project URL |
Filename | Size |
---|---|
annotations-1.0.0.pom | |
annotations-1.0.0.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/findbugs/annotations/ -->
<dependency>
<groupId>findbugs</groupId>
<artifactId>annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/findbugs/annotations/
implementation 'findbugs:annotations:1.0.0'
// https://jarcasting.com/artifacts/findbugs/annotations/
implementation ("findbugs:annotations:1.0.0")
'findbugs:annotations:jar:1.0.0'
<dependency org="findbugs" name="annotations" rev="1.0.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='findbugs', module='annotations', version='1.0.0')
)
libraryDependencies += "findbugs" % "annotations" % "1.0.0"
[findbugs/annotations "1.0.0"]