is not current version
Last Version 1.3.2

net.sourceforge.findbugs:findbugs-ant 1.1.3

AntTask to run Findbugs

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.sourceforge.findbugs
ArtifactId

ArtifactId

findbugs-ant
Version

Version

1.1.3
Type

Type

jar

Download findbugs-ant 1.1.3


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