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