License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Net |
GroupId | GroupIdnet.sourceforge.findbugs |
ArtifactId | ArtifactIdfindbugs-ant |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-AntTask
AntTask to run Findbugs
|
Project URL |
Project URL |
Filename | Size |
---|---|
findbugs-ant-1.3.2.pom | |
findbugs-ant-1.3.2.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.findbugs/findbugs-ant/ -->
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>findbugs-ant</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.findbugs/findbugs-ant/
implementation 'net.sourceforge.findbugs:findbugs-ant:1.3.2'
// https://jarcasting.com/artifacts/net.sourceforge.findbugs/findbugs-ant/
implementation ("net.sourceforge.findbugs:findbugs-ant:1.3.2")
'net.sourceforge.findbugs:findbugs-ant:jar:1.3.2'
<dependency org="net.sourceforge.findbugs" name="findbugs-ant" rev="1.3.2">
<artifact name="findbugs-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.findbugs', module='findbugs-ant', version='1.3.2')
)
libraryDependencies += "net.sourceforge.findbugs" % "findbugs-ant" % "1.3.2"
[net.sourceforge.findbugs/findbugs-ant "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.findbugs : findbugs | jar | 1.3.2 |