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

compile

|-- com.github.spotbugs:spotbugs:3.1.1

|-- org.apache.ant:ant:1.10.1

|-- org.apache.ant:ant-antlr:1.10.1

|-- org.apache.ant:ant-junit:1.10.1

|-- org.codehaus.groovy:groovy:2.4.13

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

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

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

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

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

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

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

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

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

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

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

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

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

|-- org.sonatype.plexus:plexus-build-api:0.0.7

provided

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