asm3.
ObjectWeb ASM package-renamed to isolate incompatibilities between major versions.
Here is the list of declaration for asm3. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.kohsuke</groupId> <artifactId>asm3</artifactId> <version>3.3.0</version> </dependency>
If you think this Maven repository POM file listing for asm3 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD License
URL: http://asm.ow2.org/license.html.
The following packages are defined in the asm3-3.3.0.jar
org.kohsuke.asm3 org.kohsuke.asm3.commons org.kohsuke.asm3.optimizer org.kohsuke.asm3.signature org.kohsuke.asm3.tree org.kohsuke.asm3.tree.analysis org.kohsuke.asm3.util org.kohsuke.asm3.xml
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.kohsuke</groupId> <artifactId>asm3</artifactId> <version>3.3.0</version> <name>asm3</name> <description>ObjectWeb ASM package-renamed to isolate incompatibilities between major versions</description> <url>http://kohsuke.org/</url> <licenses> <license> <name>BSD License</name> <url>http://asm.ow2.org/license.html</url> </license> </licenses> <scm> <url>http://github.com/kohsuke/package-renamed-asm</url> </scm> </project>