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