Last Version

FindBugs-Project 3.0.1

Findbugs: Because it's easy!

License

License

GroupId

GroupId

com.google.code.findbugs
ArtifactId

ArtifactId

findbugs
Version

Version

3.0.1
Type

Type

jar
Description

Description

FindBugs-Project
Findbugs: Because it's easy!
Project URL

Project URL

http://findbugs.sourceforge.net/
Source Code Management

Source Code Management

https://code.google.com/p/findbugs/

Download findbugs 3.0.1


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

Dependencies

compile (10)

Group / Artifact Type Version
net.jcip : jcip-annotations jar 1.0
com.google.code.findbugs : jsr305 jar 2.0.1
com.google.code.findbugs : bcel-findbugs jar 6.0
com.google.code.findbugs : jFormatString jar 2.0.1
dom4j : dom4j jar 1.6.1
org.ow2.asm : asm-debug-all jar 5.0.2
org.ow2.asm : asm-commons jar 5.0.2
commons-lang : commons-lang jar 2.6
com.apple : AppleJavaExtensions jar 1.4
jaxen : jaxen jar 1.1.6

provided (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.7.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.