is not current version
Last Version 1.3.2

net.sourceforge.findbugs:findbugs-ant 1.0.0


Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.sourceforge.findbugs
ArtifactId

ArtifactId

findbugs-ant
Version

Version

1.0.0
Type

Type

jar

Download findbugs-ant 1.0.0


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