Jar examples for 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.
You can download jar file bcel 1.3.7 in this page.
GNU General Public License, version 2 (GPL2), with the classpath exception
You can use the following script to add bcel-1.3.7.jar to your project.
<dependency> <groupId>net.sourceforge.findbugs</groupId> <artifactId>bcel</artifactId> <version>1.3.7</version> </dependency>
compile group: 'net.sourceforge.findbugs', name: 'bcel', version: '1.3.7'
libraryDependencies += "net.sourceforge.findbugs" % "bcel" % "1.3.7"
<dependency org="net.sourceforge.findbugs" name="bcel" rev="1.3.7"/>
@Grapes(@Grab(group='net.sourceforge.findbugs', module='bcel', version='1.3.7'))
'net.sourceforge.findbugs:bcel:jar:1.3.7'
Click the following link to download the jar file.
bcel-1.3.7.jar