| GroupId | GroupIdfindbugs | 
|---|---|
| ArtifactId | ArtifactIdbcel | 
| Last Version | Last Version5.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| bcel-5.1.pom | |
| bcel-5.1.jar | 518 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/findbugs/bcel/ -->
<dependency>
    <groupId>findbugs</groupId>
    <artifactId>bcel</artifactId>
    <version>5.1</version>
</dependency>// https://jarcasting.com/artifacts/findbugs/bcel/
implementation 'findbugs:bcel:5.1'// https://jarcasting.com/artifacts/findbugs/bcel/
implementation ("findbugs:bcel:5.1")'findbugs:bcel:jar:5.1'<dependency org="findbugs" name="bcel" rev="5.1">
  <artifact name="bcel" type="jar" />
</dependency>@Grapes(
@Grab(group='findbugs', module='bcel', version='5.1')
)libraryDependencies += "findbugs" % "bcel" % "5.1"[findbugs/bcel "5.1"]