objectweb-asm/asm-xml-3.1.pom
2008-10-23 19:08:19 +00:00

22 lines
456 B
Plaintext

<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>asm-parent</artifactId>
<groupId>org.objectweb.asm</groupId>
<version>3.1</version>
</parent>
<name>ASM XML</name>
<artifactId>asm-xml</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<artifactId>asm-util</artifactId>
<groupId>org.objectweb.asm</groupId>
</dependency>
</dependencies>
</project>