License |
License |
---|---|
GroupId | GroupIdcom.google.code.findbugs |
ArtifactId | ArtifactIdfindbugs |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-Project
Findbugs: Because it's easy!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
findbugs-3.0.1.pom | |
findbugs-3.0.1.jar | 3 MB |
findbugs-3.0.1-sources.jar | 362 bytes |
findbugs-3.0.1-javadoc.jar | 362 bytes |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |