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