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