is not current version
Last Version 6.5.0

org.checkerframework.annotatedlib:bcel 0.0.6

Apache Commons Bytecode Engineering Library, with type annotations

GroupId

GroupId

org.checkerframework.annotatedlib
ArtifactId

ArtifactId

bcel
Version

Version

0.0.6
Type

Type

jar

Download bcel 0.0.6


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