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 telegram-bot-spring-boot-starter-0.0.57.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.struchkov.godfather.telegram.starter
├─ dev.struchkov.godfather.telegram.starter.ChatUnitConfiguration.class - [JAR]
├─ dev.struchkov.godfather.telegram.starter.PersonUnitConfiguration.class - [JAR]
├─ dev.struchkov.godfather.telegram.starter.TelegramBotBeanName.class - [JAR]
dev.struchkov.godfather.telegram.starter.property
├─ dev.struchkov.godfather.telegram.starter.property.TelegramBotAutoresponderProperty.class - [JAR]
dev.struchkov.godfather.telegram.starter.config
├─ dev.struchkov.godfather.telegram.starter.config.TelegramBotAutoconfiguration.class - [JAR]
├─ dev.struchkov.godfather.telegram.starter.config.TelegramBotDataConfiguration.class - [JAR]
├─ dev.struchkov.godfather.telegram.starter.config.TelegramBotPropertyConfiguration.class - [JAR]