View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gradle-plugin-2.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tencent.shadow.core.gradle
├─ com.tencent.shadow.core.gradle.CreatePackagePluginTaskKt.class - [JAR]
├─ com.tencent.shadow.core.gradle.ShadowPlugin.class - [JAR]
├─ com.tencent.shadow.core.gradle.ShadowPluginHelper.class - [JAR]
com.tencent.shadow.core.gradle.extensions
├─ com.tencent.shadow.core.gradle.extensions.PackagePluginExtension.class - [JAR]
├─ com.tencent.shadow.core.gradle.extensions.PluginApkConfig.class - [JAR]
├─ com.tencent.shadow.core.gradle.extensions.PluginBuildType.class - [JAR]