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 javasdk-0.0.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.magicthegathering.javasdk.exception
├─ io.magicthegathering.javasdk.exception.HttpRequestFailedException.class - [JAR]
io.magicthegathering.javasdk.api
├─ io.magicthegathering.javasdk.api.CardAPI.class - [JAR]
├─ io.magicthegathering.javasdk.api.MTGAPI.class - [JAR]
├─ io.magicthegathering.javasdk.api.SetAPI.class - [JAR]
io.magicthegathering.javasdk.resource
├─ io.magicthegathering.javasdk.resource.Card.class - [JAR]
├─ io.magicthegathering.javasdk.resource.ForeignData.class - [JAR]
├─ io.magicthegathering.javasdk.resource.Legality.class - [JAR]
├─ io.magicthegathering.javasdk.resource.MtgSet.class - [JAR]
├─ io.magicthegathering.javasdk.resource.Ruling.class - [JAR]