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-0.15.8.202302171932.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.thegoate.gradle
├─ com.thegoate.gradle.BaseGoatePlugin.class - [JAR]
├─ com.thegoate.gradle.GoateDepends.class - [JAR]
├─ com.thegoate.gradle.GoateGradleHelper.class - [JAR]
com.thegoate.gradle.test.plugin
├─ com.thegoate.gradle.test.plugin.TestPlugin.class - [JAR]
com.thegoate.gradle.website.plugin
├─ com.thegoate.gradle.website.plugin.SiteFilesExtension.class - [JAR]
├─ com.thegoate.gradle.website.plugin.SiteFilesPlugin.class - [JAR]