is not current version
Last Version 4.7.1

com.github.spotbugs:spotbugs-ant 3.1.0-RC3

Ant Task to run SpotBugs

Categories

Categories

Ant Build Tools Spotbugs Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.spotbugs
ArtifactId

ArtifactId

spotbugs-ant
Version

Version

3.1.0-RC3
Type

Type

jar

Download spotbugs-ant 3.1.0-RC3


<!-- https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-ant/ -->
<dependency>
    <groupId>com.github.spotbugs</groupId>
    <artifactId>spotbugs-ant</artifactId>
    <version>3.1.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-ant/
implementation 'com.github.spotbugs:spotbugs-ant:3.1.0-RC3'
// https://jarcasting.com/artifacts/com.github.spotbugs/spotbugs-ant/
implementation ("com.github.spotbugs:spotbugs-ant:3.1.0-RC3")
'com.github.spotbugs:spotbugs-ant:jar:3.1.0-RC3'
<dependency org="com.github.spotbugs" name="spotbugs-ant" rev="3.1.0-RC3">
  <artifact name="spotbugs-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='spotbugs-ant', version='3.1.0-RC3')
)
libraryDependencies += "com.github.spotbugs" % "spotbugs-ant" % "3.1.0-RC3"
[com.github.spotbugs/spotbugs-ant "3.1.0-RC3"]