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 util-tracking_3-2.0.0-alpha10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
sbt.util
├─ sbt.util.ChangeReport.class - [JAR]
├─ sbt.util.Changed.class - [JAR]
├─ sbt.util.CompoundChangeReport.class - [JAR]
├─ sbt.util.Difference.class - [JAR]
├─ sbt.util.EmptyChangeReport.class - [JAR]
├─ sbt.util.FileFunction.class - [JAR]
├─ sbt.util.Timestamp.class - [JAR]
├─ sbt.util.Tracked.class - [JAR]