<dependency> <groupId>asm</groupId> <artifactId>asm-commons</artifactId> <version>3.0</version> </dependency>
asm:asm-commons:3.0
<?xml version="1.0"?><project> <parent> <artifactId>asm-parent</artifactId> <groupId>asm</groupId> <version>3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>asm-commons</artifactId> <name>ASM Commons</name> <version>3.0</version> <dependencies> <dependency> <groupId>asm</groupId> <artifactId>asm-tree</artifactId> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>
META-INF/MANIFEST.MF org.objectweb.asm.commons.AdviceAdapter.class org.objectweb.asm.commons.AnalyzerAdapter.class org.objectweb.asm.commons.CodeSizeEvaluator.class org.objectweb.asm.commons.EmptyVisitor.class org.objectweb.asm.commons.GeneratorAdapter.class org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation.class org.objectweb.asm.commons.JSRInlinerAdapter$Subroutine.class org.objectweb.asm.commons.JSRInlinerAdapter.class org.objectweb.asm.commons.LocalVariablesSorter.class org.objectweb.asm.commons.Method.class org.objectweb.asm.commons.SerialVersionUIDAdder$Item.class org.objectweb.asm.commons.SerialVersionUIDAdder.class org.objectweb.asm.commons.StaticInitMerger.class org.objectweb.asm.commons.TableSwitchGenerator.class
返回时代Java首页