is not current version
Last Version 4.7.1

com.github.spotbugs:spotbugs-annotations 3.1.0-RC7

Annotations the SpotBugs tool supports

Categories

Categories

Spotbugs Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.spotbugs
ArtifactId

ArtifactId

spotbugs-annotations
Version

Version

3.1.0-RC7
Type

Type

jar

Download spotbugs-annotations 3.1.0-RC7


<!-- https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-annotations/ -->
<dependency>
    <groupId>com.github.spotbugs</groupId>
    <artifactId>spotbugs-annotations</artifactId>
    <version>3.1.0-RC7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-annotations/
implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0-RC7'
// https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-annotations/
implementation ("com.github.spotbugs:spotbugs-annotations:3.1.0-RC7")
'com.github.spotbugs:spotbugs-annotations:jar:3.1.0-RC7'
<dependency org="com.github.spotbugs" name="spotbugs-annotations" rev="3.1.0-RC7">
  <artifact name="spotbugs-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='spotbugs-annotations', version='3.1.0-RC7')
)
libraryDependencies += "com.github.spotbugs" % "spotbugs-annotations" % "3.1.0-RC7"
[com.github.spotbugs/spotbugs-annotations "3.1.0-RC7"]