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.1.pom download
Apache Maven
<dependency>
  <groupId>asm</groupId>
  <artifactId>asm-parent</artifactId>
  <version>3.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'asm:asm-parent:3.3.1'
Gradle Kotlin
implementation("asm:asm-parent:3.3.1")
Scala SBT
libraryDependencies += "asm" % "asm-parent" % "3.3.1"
Groovy Grape
@Grapes(
  @Grab(group='asm', module='asm-parent', version='3.3.1')
)
Apache Ivy
<dependency org="asm" name="asm-parent" rev="3.3.1" />
Leiningen
[asm/asm-parent "3.3.1"]
Apache Buildr
'asm:asm-parent:jar:3.3.1'
Dependencies
The project has no third-party dependencies