jar

io.magicthegathering : javasdk

Maven & Gradle

Jul 02, 2020
50 stars

A Java SDK for accessing the magicthegathering.io HTTP API

Table Of Contents

Latest Version

Download io.magicthegathering : javasdk JAR file - Latest Versions:

All Versions

Download io.magicthegathering : javasdk JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement