a

asm-all

A very small and fast Java bytecode manipulation framework
https://github.com/stephengold/asm
New BSD (3-clause) License
Eric Bruneton Eugene Kuleshov Niko Matsakis Chris Nokleberg Juozas Baliuka Thomas Hallgren Bing Ran
Files download
File Operation
asm-all-3.1.1.jar download
asm-all-3.1.1.pom download
asm-all-3.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.stephengold</groupId>
  <artifactId>asm-all</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.stephengold:asm-all:3.1.1'
Gradle Kotlin
implementation("com.github.stephengold:asm-all:3.1.1")
Scala SBT
libraryDependencies += "com.github.stephengold" % "asm-all" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stephengold', module='asm-all', version='3.1.1')
)
Apache Ivy
<dependency org="com.github.stephengold" name="asm-all" rev="3.1.1" />
Leiningen
[com.github.stephengold/asm-all "3.1.1"]
Apache Buildr
'com.github.stephengold:asm-all:jar:3.1.1'
Dependencies
The project has no third-party dependencies