15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
<dependencies>
|
|
<dependency>
|
|
<maven>
|
|
<groupId>asm</groupId>
|
|
<artifactId>asm</artifactId>
|
|
<version>3.0</version>
|
|
</maven>
|
|
<jpp>
|
|
<groupId>JPP/objectweb-asm</groupId>
|
|
<artifactId>asm</artifactId>
|
|
<version>3.2</version>
|
|
</jpp>
|
|
</dependency>
|
|
</dependencies>
|