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 intercom-java-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.oohira.intercom
├─ com.github.oohira.intercom.Intercom.class - [JAR]
├─ com.github.oohira.intercom.IntercomException.class - [JAR]
├─ com.github.oohira.intercom.UserIterator.class - [JAR]
com.github.oohira.intercom.model
├─ com.github.oohira.intercom.model.Company.class - [JAR]
├─ com.github.oohira.intercom.model.ErrorResponse.class - [JAR]
├─ com.github.oohira.intercom.model.Event.class - [JAR]
├─ com.github.oohira.intercom.model.Impression.class - [JAR]
├─ com.github.oohira.intercom.model.LocationData.class - [JAR]
├─ com.github.oohira.intercom.model.Note.class - [JAR]
├─ com.github.oohira.intercom.model.SocialProfile.class - [JAR]
├─ com.github.oohira.intercom.model.Tag.class - [JAR]
├─ com.github.oohira.intercom.model.User.class - [JAR]
├─ com.github.oohira.intercom.model.UserCollection.class - [JAR]