is not current version
Last Version 5.1

bcel:bcel 5.0


GroupId

GroupId

bcel
ArtifactId

ArtifactId

bcel
Version

Version

5.0
Type

Type

jar

Download bcel 5.0

Filename Size
bcel-5.0.pom
bcel-5.0.jar 480 KB
Browse

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