jar

com.github.netkorp : spring-boot-telegram-framework-core

Maven & Gradle

Apr 10, 2019
2 stars

spring-boot-telegram-framework-core · Framework for creating Telegram Bots using Spring Boot.

Table Of Contents

Latest Version

Download com.github.netkorp : spring-boot-telegram-framework-core JAR file - Latest Versions:

All Versions

Download com.github.netkorp : spring-boot-telegram-framework-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-telegram-framework-core-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.netkorp.telegram.framework.condition

├─ com.github.netkorp.telegram.framework.condition.ExcludeCondition.class - [JAR]

com.github.netkorp.telegram.framework.bots

├─ com.github.netkorp.telegram.framework.bots.PollingTelegramBot.class - [JAR]

com.github.netkorp.telegram.framework.exceptions

├─ com.github.netkorp.telegram.framework.exceptions.CommandNotActive.class - [JAR]

├─ com.github.netkorp.telegram.framework.exceptions.CommandNotFound.class - [JAR]

com.github.netkorp.telegram.framework.commands.abstracts

├─ com.github.netkorp.telegram.framework.commands.abstracts.AbstractCommand.class - [JAR]

├─ com.github.netkorp.telegram.framework.commands.abstracts.AbstractMultistageCommand.class - [JAR]

├─ com.github.netkorp.telegram.framework.commands.abstracts.AbstractSimpleCommand.class - [JAR]

com.github.netkorp.telegram.framework.commands.interfaces

├─ com.github.netkorp.telegram.framework.commands.interfaces.Command.class - [JAR]

├─ com.github.netkorp.telegram.framework.commands.interfaces.HelpCommand.class - [JAR]

├─ com.github.netkorp.telegram.framework.commands.interfaces.MultistageCommand.class - [JAR]

├─ com.github.netkorp.telegram.framework.commands.interfaces.SimpleCommand.class - [JAR]

com.github.netkorp.telegram.framework.properties

├─ com.github.netkorp.telegram.framework.properties.CommandProperties.class - [JAR]

com.github.netkorp.telegram.framework.commands.multistage

├─ com.github.netkorp.telegram.framework.commands.multistage.MultistageCloseCommand.class - [JAR]

├─ com.github.netkorp.telegram.framework.commands.multistage.MultistageDoneCommand.class - [JAR]

com.github.netkorp.telegram.framework.annotations

├─ com.github.netkorp.telegram.framework.annotations.TelegramCommand.class - [JAR]

com.github.netkorp.telegram.framework.managers

├─ com.github.netkorp.telegram.framework.managers.CommandManager.class - [JAR]

├─ com.github.netkorp.telegram.framework.managers.SecurityManager.class - [JAR]

com.github.netkorp.telegram.framework

├─ com.github.netkorp.telegram.framework.SpringBootTelegramFrameworkConfiguration.class - [JAR]

com.github.netkorp.telegram.framework.commands.basic

├─ com.github.netkorp.telegram.framework.commands.basic.BasicHelpCommand.class - [JAR]

├─ com.github.netkorp.telegram.framework.commands.basic.WhoAmICommand.class - [JAR]