
<dependency>
    <maven>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm</artifactId>
        <version>4.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb-asm4</groupId>
        <artifactId>asm</artifactId>
        <version>4.1</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm-analysis</artifactId>
        <version>4.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb-asm4</groupId>
        <artifactId>asm-analysis</artifactId>
        <version>4.1</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm-commons</artifactId>
        <version>4.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb-asm4</groupId>
        <artifactId>asm-commons</artifactId>
        <version>4.1</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm-tree</artifactId>
        <version>4.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb-asm4</groupId>
        <artifactId>asm-tree</artifactId>
        <version>4.1</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm-util</artifactId>
        <version>4.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb-asm4</groupId>
        <artifactId>asm-util</artifactId>
        <version>4.1</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm-xml</artifactId>
        <version>4.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb-asm4</groupId>
        <artifactId>asm-xml</artifactId>
        <version>4.1</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm-all</artifactId>
        <version>4.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb-asm4</groupId>
        <artifactId>asm-all</artifactId>
        <version>4.1</version>
    </jpp>
</dependency>

<dependency>
    <maven>
        <groupId>org.ow2.asm</groupId>
        <artifactId>asm-parent</artifactId>
        <version>4.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb</groupId>
        <artifactId>asm4-asm-parent</artifactId>
        <version>4.1</version>
    </jpp>
</dependency>
