<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.0.0-beta4</version>
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='spotbugs', version='4.0.0-beta4')
)
compile
|-- org.ow2.asm:asm-analysis:7.1
|-- org.ow2.asm:asm-commons:7.1
|-- org.apache.bcel:bcel:6.3.1
|-- net.jcip:jcip-annotations:1.0
|-- commons-lang:commons-lang:2.6
|-- org.slf4j:slf4j-api:1.8.0-beta4
|-- net.sf.saxon:Saxon-HE:9.9.1-2
|-- com.github.spotbugs:spotbugs-annotations:4.0.0-beta4
test
|-- junit:junit:4.12