Utilities for ASM, a very small and fast Java bytecode manipulation framework, providing tools like ASMifier and Textifier.
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.9.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Example using ASMifier to print bytecode as ASM code
Ensure asm-util and asm have the same version number.
No dependency data recorded yet.