Last Version

BCEL custom version used by findbugs 5.1


Categories

Categories

Net
GroupId

GroupId

net.sourceforge.findbugs
ArtifactId

ArtifactId

bcel
Version

Version

5.1
Type

Type

jar
Description

Description

BCEL custom version used by findbugs

Download bcel 5.1

Filename Size
bcel-5.1.pom
bcel-5.1.jar 518 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.