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 oauth-gitee-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fun.mortnon.pac4j.oauth.client
├─ fun.mortnon.pac4j.oauth.client.GiteeClient.class - [JAR]
fun.mortnon.pac4j.oauth.profile
├─ fun.mortnon.pac4j.oauth.profile.GenericProfile.class - [JAR]
├─ fun.mortnon.pac4j.oauth.profile.GiteeProfile.class - [JAR]
├─ fun.mortnon.pac4j.oauth.profile.GiteeProfileDefinition.class - [JAR]
fun.mortnon.pac4j.oauth.service
├─ fun.mortnon.pac4j.oauth.service.GiteeService.class - [JAR]
fun.mortnon.pac4j.oauth.api
├─ fun.mortnon.pac4j.oauth.api.GiteeApi.class - [JAR]