文件下载
文件名 操作
asm-xml-3.2.jar 下载
asm-xml-3.2.pom 下载
Apache Maven
<dependency>
  <groupId>asm</groupId>
  <artifactId>asm-xml</artifactId>
  <version>3.2</version>
</dependency>
Gradle Groovy
implementation 'asm:asm-xml:3.2'
Gradle Kotlin
implementation("asm:asm-xml:3.2")
Scala SBT
libraryDependencies += "asm" % "asm-xml" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='asm', module='asm-xml', version='3.2')
)
Apache Ivy
<dependency org="asm" name="asm-xml" rev="3.2" />
Leiningen
[asm/asm-xml "3.2"]
Apache Buildr
'asm:asm-xml:jar:3.2'