Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.spotbugs</groupId>
  <artifactId>spotbugs-maven-plugin</artifactId>
  <version>4.8.4.0</version>
  <type>maven-plugin</type>
</dependency>

Apache Ivy

<dependency org="com.github.spotbugs" name="spotbugs-maven-plugin" rev="4.8.4.0">
  <artifact name="spotbugs-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.spotbugs', module='spotbugs-maven-plugin', version='4.8.4.0')
)

Gradle/Grails

implementation 'com.github.spotbugs:spotbugs-maven-plugin:4.8.4.0'

Scala SBT

libraryDependencies += "com.github.spotbugs" % "spotbugs-maven-plugin" % "4.8.4.0"

Leiningen

[com.github.spotbugs/spotbugs-maven-plugin "4.8.4.0"]