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 sdk-java-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.nexthuman.open.sdk.resp
├─ cn.nexthuman.open.sdk.resp.BaseResponse.class - [JAR]
cn.nexthuman.open.sdk
├─ cn.nexthuman.open.sdk.NextHumanClient.class - [JAR]
cn.nexthuman.open.sdk.req
├─ cn.nexthuman.open.sdk.req.CountRuningInstancesRequest.class - [JAR]
├─ cn.nexthuman.open.sdk.req.GetBundlesByIdsRequest.class - [JAR]
├─ cn.nexthuman.open.sdk.req.GetLiveNusRequest.class - [JAR]
cn.nexthuman.open.sdk.tool
├─ cn.nexthuman.open.sdk.tool.ByteAppender.class - [JAR]
cn.nexthuman.open.sdk.base
├─ cn.nexthuman.open.sdk.base.BaseRequest.class - [JAR]
├─ cn.nexthuman.open.sdk.base.PageRequest.class - [JAR]