文件下载
文件名 操作
spotbugs-4.4.1.jar 下载
spotbugs-4.4.1.pom 下载
spotbugs-4.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.spotbugs</groupId>
  <artifactId>spotbugs</artifactId>
  <version>4.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.spotbugs:spotbugs:4.4.1'
Gradle Kotlin
implementation("com.github.spotbugs:spotbugs:4.4.1")
Scala SBT
libraryDependencies += "com.github.spotbugs" % "spotbugs" % "4.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spotbugs', module='spotbugs', version='4.4.1')
)
Apache Ivy
<dependency org="com.github.spotbugs" name="spotbugs" rev="4.4.1" />
Leiningen
[com.github.spotbugs/spotbugs "4.4.1"]
Apache Buildr
'com.github.spotbugs:spotbugs:jar:4.4.1'