Download bcel-5.0.jar file - Jar b

Jar examples for b:bcel

Description

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 5.0 in this page.

License

GNU General Public License, version 2 (GPL2), with the classpath exception

Build File

You can use the following script to add bcel-5.0.jar to your project.

<dependency>
   <groupId>bcel</groupId>
   <artifactId>bcel</artifactId>
   <version>5.0</version>
</dependency>
compile group: 'bcel', name: 'bcel', version: '5.0'
libraryDependencies += "bcel" % "bcel" % "5.0"
<dependency org="bcel" name="bcel" rev="5.0"/>
@Grapes(@Grab(group='bcel', module='bcel', version='5.0'))
'bcel:bcel:jar:5.0'

Download

Click the following link to download the jar file.

bcel-5.0.jar
bcel-5.0.pom



Related Tutorials