A very small and fast Java bytecode manipulation framework for reading, writing, transforming, and analyzing compiled Java classes.
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</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.
Reads and prints the class name of java.lang.Object using ClassReader.
Ensure your project uses Java 8+ when using ASM 9.x.
No dependency data recorded yet.