Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 658 Bytes

Plume-lib Bcel-Util: utility methods for BCEL

Static utility methods for working with Apache Commons BCEL bytecode engineering library.

For details, see the API documentation.

Editing your buildfile

You can obtain the bcel-util library from Maven Central.

In a Gradle buildfile, write

dependencies {
  implementation 'org.plumelib:bcel-util:1.2.2'
}

Other build systems are similar.