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