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

compile

|-- com.github.spotbugs:spotbugs:4.0.4

|-- org.slf4j:jcl-over-slf4j:2.0.0-alpha1

|-- org.slf4j:slf4j-simple:2.0.0-alpha1

|-- org.apache.ant:ant:1.10.8

|-- org.codehaus.groovy:groovy:3.0.4

|-- org.codehaus.groovy:groovy-ant:3.0.4

|-- org.codehaus.groovy:groovy-dateutil:3.0.4

|-- org.codehaus.groovy:groovy-groovydoc:3.0.4

|-- org.codehaus.groovy:groovy-xml:3.0.4

|-- org.apache.maven.reporting:maven-reporting-impl:3.0.0

|-- org.apache.maven.reporting:maven-reporting-api:3.0

|-- org.apache.maven:maven-plugin-api:3.5.2

|-- org.apache.maven:maven-artifact:3.5.2

|-- org.apache.maven.shared:maven-artifact-transfer:0.12.0

|-- org.apache.maven:maven-core:3.2.5

|-- org.apache.maven.doxia:doxia-core:1.9.1

|-- org.apache.maven.doxia:doxia-sink-api:1.9.1

|-- org.apache.maven.doxia:doxia-decoration-model:1.9.2

|-- org.apache.maven.doxia:doxia-site-renderer:1.9.2

|-- org.apache.maven.doxia:doxia-integration-tools:1.9.2

|-- commons-beanutils:commons-beanutils:1.9.4

|-- commons-chain:commons-chain:1.2

|-- commons-codec:commons-codec:1.14

|-- commons-collections:commons-collections:3.2.2

|-- commons-digester:commons-digester:2.1

|-- commons-io:commons-io:2.7

|-- org.apache.commons:commons-lang3:3.10

|-- org.codehaus.plexus:plexus-container-default:2.1.0

|-- org.codehaus.plexus:plexus-resources:1.1.0

|-- org.codehaus.plexus:plexus-utils:3.3.0

|-- org.slf4j:slf4j-api:2.0.0-alpha1

|-- org.ow2.asm:asm:8.0.1

|-- org.ow2.asm:asm-analysis:8.0.1

|-- org.ow2.asm:asm-commons:8.0.1

|-- org.ow2.asm:asm-tree:8.0.1

|-- org.ow2.asm:asm-util:8.0.1

provided

|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0

runtime

|-- org.codehaus.groovy:groovy-docgenerator:3.0.4

|-- org.codehaus.groovy:groovy-templates:3.0.4