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 example-uno-model-0.16.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.occurrent.example.domain.uno
├─ org.occurrent.example.domain.uno.Card.class - [JAR]
├─ org.occurrent.example.domain.uno.CardPlayed.class - [JAR]
├─ org.occurrent.example.domain.uno.Color.class - [JAR]
├─ org.occurrent.example.domain.uno.ConsoleColor.class - [JAR]
├─ org.occurrent.example.domain.uno.Digit.class - [JAR]
├─ org.occurrent.example.domain.uno.Direction.class - [JAR]
├─ org.occurrent.example.domain.uno.DirectionChanged.class - [JAR]
├─ org.occurrent.example.domain.uno.Event.class - [JAR]
├─ org.occurrent.example.domain.uno.GameStarted.class - [JAR]
├─ org.occurrent.example.domain.uno.NotStarted.class - [JAR]
├─ org.occurrent.example.domain.uno.PlayerPlayedAtWrongTurn.class - [JAR]
├─ org.occurrent.example.domain.uno.PlayerPlayedWrongCard.class - [JAR]
├─ org.occurrent.example.domain.uno.ProgressTracker.class - [JAR]
├─ org.occurrent.example.domain.uno.ProgressTrackerKt.class - [JAR]
├─ org.occurrent.example.domain.uno.Started.class - [JAR]
├─ org.occurrent.example.domain.uno.State.class - [JAR]
├─ org.occurrent.example.domain.uno.Turn.class - [JAR]
├─ org.occurrent.example.domain.uno.Uno.class - [JAR]
├─ org.occurrent.example.domain.uno.UnoKt.class - [JAR]