b

bcel

Fork from apache common bcel 6.0-SNAPSHOT project. Since nobody is maintaining BCEL project so far, and Lifecycle AOP project depends on BCEL 6.0 apis, so iMadz releases net.imadz version BCEL 6.0 internally. DO NOT USE it unless you tested all the 6.0 related apis you need. net.imadz will not be responsible for maintaining this library.
https://github.com/zhongdj/bcel
CDDL + GPL
Barry Zhong Tracy Lu
Files download
File Operation
bcel-0.6.0.jar download
bcel-0.6.0.pom download
bcel-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.imadz</groupId>
  <artifactId>bcel</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'net.imadz:bcel:0.6.0'
Gradle Kotlin
implementation("net.imadz:bcel:0.6.0")
Scala SBT
libraryDependencies += "net.imadz" % "bcel" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='net.imadz', module='bcel', version='0.6.0')
)
Apache Ivy
<dependency org="net.imadz" name="bcel" rev="0.6.0" />
Leiningen
[net.imadz/bcel "0.6.0"]
Apache Buildr
'net.imadz:bcel:jar:0.6.0'