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