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