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