asm-util-3.2.pom 409 B

123456789101112131415161718192021
  1. <project>
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <artifactId>asm-parent</artifactId>
  5. <groupId>asm</groupId>
  6. <version>3.2</version>
  7. </parent>
  8. <name>ASM Util</name>
  9. <artifactId>asm-util</artifactId>
  10. <packaging>jar</packaging>
  11. <dependencies>
  12. <dependency>
  13. <artifactId>asm-tree</artifactId>
  14. <groupId>asm</groupId>
  15. </dependency>
  16. </dependencies>
  17. </project>