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

compile

|-- com.github.spotbugs:spotbugs:4.0.0

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

|-- org.apache.ant:ant:1.10.7

|-- org.codehaus.groovy:groovy:3.0.2

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

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

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

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

|-- 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.6

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

|-- commons-validator:commons-validator:1.6

|-- 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:7.3.1

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

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

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

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

provided

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