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 slack-feedback-0.12.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.hellocuriosity.slack.feedback
├─ io.github.hellocuriosity.slack.feedback.SlackFeedbackProvider.class - [JAR]
├─ io.github.hellocuriosity.slack.feedback.SlackService.class - [JAR]
io.github.hellocuriosity.slack.feedback.models
├─ io.github.hellocuriosity.slack.feedback.models.ApiAttachment.class - [JAR]
├─ io.github.hellocuriosity.slack.feedback.models.ApiMessage.class - [JAR]
├─ io.github.hellocuriosity.slack.feedback.models.ApiResponse.class - [JAR]
├─ io.github.hellocuriosity.slack.feedback.models.ApiSlackMessage.class - [JAR]
├─ io.github.hellocuriosity.slack.feedback.models.Feedback.class - [JAR]
io.github.hellocuriosity.slack.feedback.converters
├─ io.github.hellocuriosity.slack.feedback.converters.Converter.class - [JAR]
├─ io.github.hellocuriosity.slack.feedback.converters.FeedbackConverter.class - [JAR]
io.github.hellocuriosity.slack.feedback.repository
├─ io.github.hellocuriosity.slack.feedback.repository.SlackCloud.class - [JAR]
├─ io.github.hellocuriosity.slack.feedback.repository.SlackRepository.class - [JAR]