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 xunfei-sdk-java-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitee.zhuhjay.xunfei.sdk
├─ com.gitee.zhuhjay.xunfei.sdk.ApiRequestException.class - [JAR]
├─ com.gitee.zhuhjay.xunfei.sdk.AppClient.class - [JAR]
com.gitee.zhuhjay.xunfei.sdk.consts
├─ com.gitee.zhuhjay.xunfei.sdk.consts.ApiVersion.class - [JAR]
├─ com.gitee.zhuhjay.xunfei.sdk.consts.ConfigConst.class - [JAR]
├─ com.gitee.zhuhjay.xunfei.sdk.consts.Role.class - [JAR]
com.gitee.zhuhjay.xunfei.sdk.model
├─ com.gitee.zhuhjay.xunfei.sdk.model.ApiAuth.class - [JAR]
├─ com.gitee.zhuhjay.xunfei.sdk.model.ApiResponse.class - [JAR]
├─ com.gitee.zhuhjay.xunfei.sdk.model.Text.class - [JAR]
com.gitee.zhuhjay.xunfei.sdk.util
├─ com.gitee.zhuhjay.xunfei.sdk.util.XfUtil.class - [JAR]