<dependency>
    <maven>
        <groupId>org.objectweb.asm</groupId>
        <artifactId>asm</artifactId>
        <version>3.3.1</version>
    </maven>
    <jpp>
        <groupId>JPP/objectweb-asm</groupId>
        <artifactId>asm</artifactId>
        <version>3.3.1</version>
    </jpp>
</dependency>

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

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

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

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

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

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

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

