For Gradle projects, add this line to your build.gradle file: implementation 'asm:asm-commons:3.1' Use code with caution. Why Use Version 3.1? org.objectweb.asm » commons » 3.1 - Maven Repository
asm asm-commons 3.1 Use code with caution. Gradle Dependency asm-commons-3.1.jar download
The asm-commons-3.1.jar is a specialized component of the ASM framework , a powerful Java bytecode manipulation and analysis tool. While the core ASM library handles the fundamental reading and writing of class files, the module provides high-level adapters and simplified utilities for common bytecode transformation patterns. Key Details for ASM Commons 3.1 Release Date: January 20, 2008. License: BSD License . File Size: Approximately 31 KB. Dependencies: Requires asm-tree version 3.1. How to Add to Your Project For Gradle projects, add this line to your build