License |
License |
---|---|
GroupId | GroupIdcom.google.code.findbugs |
ArtifactId | ArtifactIdbcel-findbugs |
Last Version | Last Version6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-bcel
Modified BCEL for Findbugs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bcel-findbugs-6.0.pom | |
bcel-findbugs-6.0.jar | 598 KB |
bcel-findbugs-6.0-sources.jar | 362 bytes |
bcel-findbugs-6.0-javadoc.jar | 362 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.findbugs/bcel-findbugs/ -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>bcel-findbugs</artifactId>
<version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.findbugs/bcel-findbugs/
implementation 'com.google.code.findbugs:bcel-findbugs:6.0'
// https://jarcasting.com/artifacts/com.google.code.findbugs/bcel-findbugs/
implementation ("com.google.code.findbugs:bcel-findbugs:6.0")
'com.google.code.findbugs:bcel-findbugs:jar:6.0'
<dependency org="com.google.code.findbugs" name="bcel-findbugs" rev="6.0">
<artifact name="bcel-findbugs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.findbugs', module='bcel-findbugs', version='6.0')
)
libraryDependencies += "com.google.code.findbugs" % "bcel-findbugs" % "6.0"
[com.google.code.findbugs/bcel-findbugs "6.0"]