License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.google.code.findbugs |
ArtifactId | ArtifactIdfindbugs-ant |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-AntTask
AntTask to run Findbugs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
findbugs-ant-3.0.0.pom | |
findbugs-ant-3.0.0.jar | 30 KB |
findbugs-ant-3.0.0-sources.jar | 362 bytes |
findbugs-ant-3.0.0-javadoc.jar | 362 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.findbugs/findbugs-ant/ -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs-ant</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.findbugs/findbugs-ant/
implementation 'com.google.code.findbugs:findbugs-ant:3.0.0'
// https://jarcasting.com/artifacts/com.google.code.findbugs/findbugs-ant/
implementation ("com.google.code.findbugs:findbugs-ant:3.0.0")
'com.google.code.findbugs:findbugs-ant:jar:3.0.0'
<dependency org="com.google.code.findbugs" name="findbugs-ant" rev="3.0.0">
<artifact name="findbugs-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.findbugs', module='findbugs-ant', version='3.0.0')
)
libraryDependencies += "com.google.code.findbugs" % "findbugs-ant" % "3.0.0"
[com.google.code.findbugs/findbugs-ant "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : findbugs | jar | 3.0.0 |