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 magape-java-sdk-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.magape.model.domain
├─ com.magape.model.domain.Attributes.class - [JAR]
├─ com.magape.model.domain.GameProp.class - [JAR]
├─ com.magape.model.domain.NFT.class - [JAR]
com.magape.net
├─ com.magape.net.ApiRequest.class - [JAR]
├─ com.magape.net.ContentType.class - [JAR]
├─ com.magape.net.HeaderConstant.class - [JAR]
├─ com.magape.net.OkHttpUtils.class - [JAR]
├─ com.magape.net.RequestMethod.class - [JAR]
com.magape
├─ com.magape.MagApe.class - [JAR]
com.magape.util
├─ com.magape.util.DigitalSignECDSA.class - [JAR]
├─ com.magape.util.JSONUtil.class - [JAR]
com.magape.model
├─ com.magape.model.Page.class - [JAR]
├─ com.magape.model.Response.class - [JAR]
com.magape.service
├─ com.magape.service.BaseApi.class - [JAR]
├─ com.magape.service.Game.class - [JAR]
├─ com.magape.service.Wallet.class - [JAR]
com.magape.model.req
├─ com.magape.model.req.PropPageReq.class - [JAR]
com.magape.exception
├─ com.magape.exception.MapApeException.class - [JAR]