Dependency Information
Apache Maven
<dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>4.7.3.7-SNAPSHOT</version> <type>maven-plugin</type> </dependency>
Apache Ivy
<dependency org="com.github.spotbugs" name="spotbugs-maven-plugin" rev="4.7.3.7-SNAPSHOT"> <artifact name="spotbugs-maven-plugin" type="maven-plugin" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.spotbugs', module='spotbugs-maven-plugin', version='4.7.3.7-SNAPSHOT') )
Gradle/Grails
implementation 'com.github.spotbugs:spotbugs-maven-plugin:4.7.3.7-SNAPSHOT'
Scala SBT
libraryDependencies += "com.github.spotbugs" % "spotbugs-maven-plugin" % "4.7.3.7-SNAPSHOT"
Leiningen
[com.github.spotbugs/spotbugs-maven-plugin "4.7.3.7-SNAPSHOT"]