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 ammonite-interp-api_2.12.16-3.0.0-M0-49-151446c5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ammonite.interp.script
├─ ammonite.interp.script.Constants.class - [JAR]
ammonite.interp.api
├─ ammonite.interp.api.APIHolder.class - [JAR]
├─ ammonite.interp.api.AmmoniteExit.class - [JAR]
├─ ammonite.interp.api.InterpAPI.class - [JAR]
├─ ammonite.interp.api.InterpBridge.class - [JAR]
├─ ammonite.interp.api.InterpLoad.class - [JAR]
├─ ammonite.interp.api.IvyConstructor.class - [JAR]
├─ ammonite.interp.api.LoadJar.class - [JAR]
├─ ammonite.interp.api.ScalaVersion.class - [JAR]