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-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.nazarovctrl.telegrambotspring.service
├─ io.github.nazarovctrl.telegrambotspring.service.AbstractButtonService.class - [JAR]
├─ io.github.nazarovctrl.telegrambotspring.service.AbstractSentenceService.class - [JAR]
io.github.nazarovctrl.telegrambotspring.bot.webhook
├─ io.github.nazarovctrl.telegrambotspring.bot.webhook.TelegramWebhookBot.class - [JAR]
├─ io.github.nazarovctrl.telegrambotspring.bot.webhook.WebHookController.class - [JAR]
io.github.nazarovctrl.telegrambotspring.annotation
├─ io.github.nazarovctrl.telegrambotspring.annotation.EnableTelegramLongPollingBot.class - [JAR]
├─ io.github.nazarovctrl.telegrambotspring.annotation.EnableTelegramWebhookBot.class - [JAR]
io.github.nazarovctrl.telegrambotspring.function
├─ io.github.nazarovctrl.telegrambotspring.function.Controller.class - [JAR]
├─ io.github.nazarovctrl.telegrambotspring.function.Initialize.class - [JAR]
├─ io.github.nazarovctrl.telegrambotspring.function.Search.class - [JAR]
io.github.nazarovctrl.telegrambotspring
├─ io.github.nazarovctrl.telegrambotspring.TelegramSpringApplication.class - [JAR]
io.github.nazarovctrl.telegrambotspring.bot.longpolling
├─ io.github.nazarovctrl.telegrambotspring.bot.longpolling.TelegramLongPollingBot.class - [JAR]
io.github.nazarovctrl.telegrambotspring.bot
├─ io.github.nazarovctrl.telegrambotspring.bot.BotConfig.class - [JAR]
├─ io.github.nazarovctrl.telegrambotspring.bot.BotInitializer.class - [JAR]
├─ io.github.nazarovctrl.telegrambotspring.bot.MessageSender.class - [JAR]
io.github.nazarovctrl.telegrambotspring.controller
├─ io.github.nazarovctrl.telegrambotspring.controller.UpdateController.class - [JAR]