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 skn-spring-mail-1.2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
best.skn.mail.configurations
├─ best.skn.mail.configurations.MailSenderConfiguration.class - [JAR]
├─ best.skn.mail.configurations.package-info.class - [JAR]
best.skn.mail.entities
├─ best.skn.mail.entities.MailSenderRequestBody.class - [JAR]
├─ best.skn.mail.entities.MailSenderRequestBodyInterface.class - [JAR]
├─ best.skn.mail.entities.package-info.class - [JAR]
best.skn.mail.services
├─ best.skn.mail.services.MailSenderInterface.class - [JAR]
├─ best.skn.mail.services.MailSenderMessage.class - [JAR]
├─ best.skn.mail.services.MailSenderService.class - [JAR]
├─ best.skn.mail.services.package-info.class - [JAR]
best.skn.mail
├─ best.skn.mail.MainApplication.class - [JAR]
├─ best.skn.mail.package-info.class - [JAR]