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