a

asm-xml

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