22 lines
409 B
Plaintext
22 lines
409 B
Plaintext
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<artifactId>asm-parent</artifactId>
|
|
<groupId>asm</groupId>
|
|
<version>3.2</version>
|
|
</parent>
|
|
|
|
<name>ASM Util</name>
|
|
<artifactId>asm-util</artifactId>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<artifactId>asm-tree</artifactId>
|
|
<groupId>asm</groupId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|