a

asm-tree

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