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

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

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

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

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

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

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

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