MVN

org.ow2.util.asm : asm-parent

Maven & Gradle

Apr 22, 2008

ASM · A very small and fast Java bytecode manipulation framework

<dependency>
    <groupId>org.ow2.util.asm</groupId>
    <artifactId>asm-parent</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.util.asm : asm-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of org.ow2.util.asm : asm-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1
asm-parent-3.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.util.asm</groupId>
    <artifactId>asm-parent</artifactId>
    <version>3.1</version>
</dependency>

Advertisement