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 im-commons-domain-jvm-0.14.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
city.smartb.im.commons
├─ city.smartb.im.commons.D2AddressPage.class - [JAR]
city.smartb.im.commons.model
├─ city.smartb.im.commons.model.Address.class - [JAR]
├─ city.smartb.im.commons.model.AddressDTO.class - [JAR]
city.smartb.im.commons.http
├─ city.smartb.im.commons.http.Client.class - [JAR]
├─ city.smartb.im.commons.http.ClientBuilder.class - [JAR]
├─ city.smartb.im.commons.http.ClientJvm.class - [JAR]
├─ city.smartb.im.commons.http.HttpClientBuilderJvm.class - [JAR]
city.smartb.im.commons.auth
├─ city.smartb.im.commons.auth.AuthedUser.class - [JAR]
├─ city.smartb.im.commons.auth.AuthedUserDTO.class - [JAR]
├─ city.smartb.im.commons.auth.AuthedUserKt.class - [JAR]
├─ city.smartb.im.commons.auth.Role.class - [JAR]
city.smartb.im.commons.error
├─ city.smartb.im.commons.error.RoleFetchingError.class - [JAR]