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 ide-provisioning-0.21.17-alpha-3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.gradle.profiler.ide.idea
├─ org.gradle.profiler.ide.idea.IDEA.class - [JAR]
├─ org.gradle.profiler.ide.idea.IDEAProvider.class - [JAR]
org.gradle.profiler.ide.studio
├─ org.gradle.profiler.ide.studio.AndroidStudio.class - [JAR]
├─ org.gradle.profiler.ide.studio.AndroidStudioProvider.class - [JAR]
org.gradle.profiler.ide
├─ org.gradle.profiler.ide.DefaultIdeProvider.class - [JAR]
├─ org.gradle.profiler.ide.Ide.class - [JAR]
├─ org.gradle.profiler.ide.IdeProvider.class - [JAR]
├─ org.gradle.profiler.ide.UnpackUtils.class - [JAR]