a

asm

ASM, a very small and fast Java bytecode manipulation framework
http://asm.ow2.io/
BSD-3-Clause
OW2
Eric Bruneton Eugene Kuleshov Remi Forax
文件下载
文件名 操作
asm-8.0.jar 下载
asm-8.0.pom 下载
asm-8.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ow2.asm</groupId>
  <artifactId>asm</artifactId>
  <version>8.0</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.asm:asm:8.0'
Gradle Kotlin
implementation("org.ow2.asm:asm:8.0")
Scala SBT
libraryDependencies += "org.ow2.asm" % "asm" % "8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.asm', module='asm', version='8.0')
)
Apache Ivy
<dependency org="org.ow2.asm" name="asm" rev="8.0" />
Leiningen
[org.ow2.asm/asm "8.0"]
Apache Buildr
'org.ow2.asm:asm:jar:8.0'