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