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