Files download
File Operation
asm-tree-5.0.1.jar download
asm-tree-5.0.1.pom download
asm-tree-5.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.asm</groupId>
  <artifactId>asm-tree</artifactId>
  <version>5.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.asm:asm-tree:5.0.1'
Gradle Kotlin
implementation("org.ow2.asm:asm-tree:5.0.1")
Scala SBT
libraryDependencies += "org.ow2.asm" % "asm-tree" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.asm', module='asm-tree', version='5.0.1')
)
Apache Ivy
<dependency org="org.ow2.asm" name="asm-tree" rev="5.0.1" />
Leiningen
[org.ow2.asm/asm-tree "5.0.1"]
Apache Buildr
'org.ow2.asm:asm-tree:jar:5.0.1'