Files download
File Operation
spotbugs-annotations-4.8.3.jar download
spotbugs-annotations-4.8.3.pom download
spotbugs-annotations-4.8.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spotbugs</groupId>
  <artifactId>spotbugs-annotations</artifactId>
  <version>4.8.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.spotbugs:spotbugs-annotations:4.8.3'
Gradle Kotlin
implementation("com.github.spotbugs:spotbugs-annotations:4.8.3")
Scala SBT
libraryDependencies += "com.github.spotbugs" % "spotbugs-annotations" % "4.8.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spotbugs', module='spotbugs-annotations', version='4.8.3')
)
Apache Ivy
<dependency org="com.github.spotbugs" name="spotbugs-annotations" rev="4.8.3" />
Leiningen
[com.github.spotbugs/spotbugs-annotations "4.8.3"]
Apache Buildr
'com.github.spotbugs:spotbugs-annotations:jar:4.8.3'