s

spotbugs-maven-plugin

This Plug-In generates reports based on the SpotBugs Library
https://spotbugs.github.io/spotbugs-maven-plugin/
Apache 2.0
Cyrill Ruettimann Garvin LeClaire
Files download
File Operation
spotbugs-maven-plugin-3.1.11.jar download
spotbugs-maven-plugin-3.1.11.pom download
spotbugs-maven-plugin-3.1.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spotbugs</groupId>
  <artifactId>spotbugs-maven-plugin</artifactId>
  <version>3.1.11</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.spotbugs:spotbugs-maven-plugin:3.1.11'
Gradle Kotlin
implementation("com.github.spotbugs:spotbugs-maven-plugin:3.1.11")
Scala SBT
libraryDependencies += "com.github.spotbugs" % "spotbugs-maven-plugin" % "3.1.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spotbugs', module='spotbugs-maven-plugin', version='3.1.11')
)
Apache Ivy
<dependency org="com.github.spotbugs" name="spotbugs-maven-plugin" rev="3.1.11" />
Leiningen
[com.github.spotbugs/spotbugs-maven-plugin "3.1.11"]
Apache Buildr
'com.github.spotbugs:spotbugs-maven-plugin:jar:3.1.11'
Dependencies
<parent>
  <groupId>com.github.hazendaz</groupId>
  <artifactId>base-parent</artifactId>
  <version>20</version>
</parent>

compile

|-- com.github.spotbugs:spotbugs:3.1.11

|-- org.slf4j:slf4j-simple:1.8.0-beta2

|-- org.apache.ant:ant:1.10.5

|-- org.codehaus.groovy:groovy:2.5.5

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

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

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

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

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

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

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

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

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

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

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

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

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

|-- commons-beanutils:commons-beanutils:1.9.3

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

|-- commons-codec:commons-codec:1.11

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

|-- commons-digester:commons-digester:1.8.1

|-- commons-io:commons-io:2.6

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

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

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

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

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

|-- org.slf4j:slf4j-api:1.8.0-beta2

provided

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