ASM is a very small and fast Java bytecode manipulation framework for reading, writing, transforming, and analyzing Java bytecode.
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
<version>5.0.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads and visits the bytecode of a class using ASM.
Replace asm-all with asm and asm-commons artifacts.
No dependency data recorded yet.