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