Registry / utility / spring-asm

spring-asm

JSON →
library3.1.4.RELEASEjavamavenunverified

Spring Framework's internal ASM-based bytecode manipulation module (deprecated and merged into spring-core).

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-asm</artifactId> <version>3.1.4.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-ASM
S
spring-asm
utilityjavav3.1.4.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClassReader
org.springframework.asm.ClassReader

Read a class file using Spring's ASM wrapper.

import org.springframework.asm.ClassReader; import java.io.IOException; ClassReader reader = new ClassReader("com.example.MyClass"); System.out.println(reader.getClassName());
Debug
Known issues
breakingThis module is deprecated and merged into spring-core since Spring 4.0.
fix
Use spring-core's org.springframework.asm package instead.
affects: >=3.1.4.RELEASE
Upgrade
Version history
3.1.4.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
spring-asm — mvn dependency:get spring-asm · libregistry