asm.
A very small and fast Java bytecode manipulation framework.
Here is the list of declaration for asm. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> <version>2.2.2</version> </dependency>
If you think this Maven repository POM file listing for asm is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD
URL: http://asm.objectweb.org/license.html.
The following table lists the most popular artifacts which are depending on asm-2.2.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-core 2.0 Spring Framework: Core | 5 |
Spring | spring 2.0 Spring Framework | 11 |
Spring | spring-core 2.0.1 Spring Framework: Core | 5 |
The following packages are defined in the asm-2.2.2.jar
org.objectweb.asm org.objectweb.asm.signature
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>asm</groupId> <artifactId>asm</artifactId> <name>asm</name> <description>A very small and fast Java bytecode manipulation framework</description> <version>2.2.2</version> <url>http://asm.objectweb.org/</url> <inceptionYear>2000</inceptionYear> <licenses> <license> <name>BSD</name> <url>http://asm.objectweb.org/license.html</url> </license> </licenses> <organization> <name>ObjectWeb</name> <url>http://www.objectweb.org/</url> </organization> <build /> </project>