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 java-sdk-authentication-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
software.reloadly.sdk.authentication.client
├─ software.reloadly.sdk.authentication.client.AuthenticationAPI.class - [JAR]
├─ software.reloadly.sdk.authentication.client.OAuth2ClientCredentialsOperation.class - [JAR]
software.reloadly.sdk.authentication.dto.request
├─ software.reloadly.sdk.authentication.dto.request.OAuth2ClientCredentialsRequest.class - [JAR]
├─ software.reloadly.sdk.authentication.dto.request.TokenRequest.class - [JAR]
software.reloadly.sdk.authentication.dto.response
├─ software.reloadly.sdk.authentication.dto.response.TokenHolder.class - [JAR]