License |
License |
---|---|
GroupId | GroupIdcom.github.stephenc.findbugs |
ArtifactId | ArtifactIdfindbugs-annotations |
Last Version | Last Version1.3.9-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindbugs Annotations under Apache License
A clean room implementation of the Findbugs Annotations based entirely on the specification provided
by the javadocs and at http://findbugs.sourceforge.net/manual/annotations.html.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.findbugs/findbugs-annotations/ -->
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>1.3.9-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.findbugs/findbugs-annotations/
implementation 'com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1'
// https://jarcasting.com/artifacts/com.github.stephenc.findbugs/findbugs-annotations/
implementation ("com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1")
'com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1'
<dependency org="com.github.stephenc.findbugs" name="findbugs-annotations" rev="1.3.9-1">
<artifact name="findbugs-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.findbugs', module='findbugs-annotations', version='1.3.9-1')
)
libraryDependencies += "com.github.stephenc.findbugs" % "findbugs-annotations" % "1.3.9-1"
[com.github.stephenc.findbugs/findbugs-annotations "1.3.9-1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |