A new tree implementation for asm (A Java bytecode manipulation and analysis framework).
A new tree implementation for asm (A Java bytecode manipulation and analysis framework).
Step 1. Add the JitPack repository to your build file
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
Step 2. Add the dependency
<dependency>
<groupId>com.github.mouse0w0</groupId>
<artifactId>asm-extree</artifactId>
<version>8.0.4</version>
</dependency>
Step 1. Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
jcenter()
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.mouse0w0:asm-extree:8.0.4'
}