| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.sourceforge.findbugs | 
| ArtifactId | ArtifactIdannotations | 
| Last Version | Last Version1.3.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionFindBugs-Annotations Annotation supports the FindBugs tool | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| annotations-1.3.2.pom | |
| annotations-1.3.2.jar | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sourceforge.findbugs/annotations/ -->
<dependency>
    <groupId>net.sourceforge.findbugs</groupId>
    <artifactId>annotations</artifactId>
    <version>1.3.2</version>
</dependency>// https://jarcasting.com/artifacts/net.sourceforge.findbugs/annotations/
implementation 'net.sourceforge.findbugs:annotations:1.3.2'// https://jarcasting.com/artifacts/net.sourceforge.findbugs/annotations/
implementation ("net.sourceforge.findbugs:annotations:1.3.2")'net.sourceforge.findbugs:annotations:jar:1.3.2'<dependency org="net.sourceforge.findbugs" name="annotations" rev="1.3.2">
  <artifact name="annotations" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sourceforge.findbugs', module='annotations', version='1.3.2')
)libraryDependencies += "net.sourceforge.findbugs" % "annotations" % "1.3.2"[net.sourceforge.findbugs/annotations "1.3.2"]