a

asm-parent

A very small and fast Java bytecode manipulation framework
http://asm.objectweb.org/
BSD
ObjectWeb
Eric Bruneton Eugene Kuleshov Remi Forax
Files download
File Operation
asm-parent-3.3.pom download
Apache Maven
<dependency>
  <groupId>asm</groupId>
  <artifactId>asm-parent</artifactId>
  <version>3.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'asm:asm-parent:3.3'
Gradle Kotlin
implementation("asm:asm-parent:3.3")
Scala SBT
libraryDependencies += "asm" % "asm-parent" % "3.3"
Groovy Grape
@Grapes(
  @Grab(group='asm', module='asm-parent', version='3.3')
)
Apache Ivy
<dependency org="asm" name="asm-parent" rev="3.3" />
Leiningen
[asm/asm-parent "3.3"]
Apache Buildr
'asm:asm-parent:jar:3.3'
Dependencies
The project has no third-party dependencies