is not current version
Last Version 2.0.2

com.google.code.findbugs:bcel 1.3.9

Modified BCEL for Findbugs

GroupId

GroupId

com.google.code.findbugs
ArtifactId

ArtifactId

bcel
Version

Version

1.3.9
Type

Type

jar

Download bcel 1.3.9

Filename Size
bcel-1.3.9.pom
bcel-1.3.9.jar 522 KB
Browse

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