Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdmaven-plugins |
ArtifactId | ArtifactIdmaven-findbugs-plugin |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs Plug-in
A plugin to automate FindBugs tasks
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-findbugs-plugin-1.4.pom | |
maven-findbugs-plugin-1.4.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/maven-plugins/maven-findbugs-plugin/ -->
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-findbugs-plugin</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/maven-plugins/maven-findbugs-plugin/
implementation 'maven-plugins:maven-findbugs-plugin:1.4'
// https://jarcasting.com/artifacts/maven-plugins/maven-findbugs-plugin/
implementation ("maven-plugins:maven-findbugs-plugin:1.4")
'maven-plugins:maven-findbugs-plugin:jar:1.4'
<dependency org="maven-plugins" name="maven-findbugs-plugin" rev="1.4">
<artifact name="maven-findbugs-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven-plugins', module='maven-findbugs-plugin', version='1.4')
)
libraryDependencies += "maven-plugins" % "maven-findbugs-plugin" % "1.4"
[maven-plugins/maven-findbugs-plugin "1.4"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.findbugs : bcel | jar | 1.2.0 |
net.sourceforge.findbugs : coreplugin | jar | 1.2.0 |
net.sourceforge.findbugs : findbugs | jar | 1.2.0 |
net.sourceforge.findbugs : findbugs-ant | jar | 1.2.0 |
dom4j : dom4j | jar | 1.4 |
asm : asm | jar | 3.0 |
asm : asm-analysis | jar | 3.0 |
asm : asm-commons | jar | 3.0 |
asm : asm-tree | jar | 3.0 |
asm : asm-util | jar | 3.0 |
asm : asm-xml | jar | 3.0 |