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