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