__full__ | D8.jar Download

__full__ | D8.jar Download

If you don't have the SDK and just need the JAR, you can download it from the Google Maven Repository Google packages D8 inside the artifact, as they share the same codebase. Latest Stable Version: com.android.tools:r8 on Google Maven Direct JAR Download (v8.2.42): r8-8.2.42.jar (To use as D8, simply call the com.android.tools.r8.D8 class from this JAR). 🛠️ How to Run It

Output will be in build/libs/d8.jar

java -jar d8.jar --output <output_directory> <input_jar> d8.jar download

d8.jar download