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