<dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-ant</artifactId> <version>4.4.2</version> </dependency>
implementation 'com.github.spotbugs:spotbugs-ant:4.4.2'
implementation("com.github.spotbugs:spotbugs-ant:4.4.2")
libraryDependencies += "com.github.spotbugs" % "spotbugs-ant" % "4.4.2"
@Grapes( @Grab(group='com.github.spotbugs', module='spotbugs-ant', version='4.4.2') )
<dependency org="com.github.spotbugs" name="spotbugs-ant" rev="4.4.2" />
[com.github.spotbugs/spotbugs-ant "4.4.2"]
'com.github.spotbugs:spotbugs-ant:jar:4.4.2'
runtime
|-- com.github.spotbugs:spotbugs:4.4.2