TelegramBots/telegrambots-extensions
rubenlagus 87bd7aefd2 Update version in poms 2019-07-28 21:27:12 +01:00
..
src/main/java/org/telegram/telegrambots/extensions/bots Remove BotLogger 2019-07-27 13:19:54 +01:00
README.md Update version in poms 2019-07-28 21:27:12 +01:00
pom.xml Update version in poms 2019-07-28 21:27:12 +01:00

README.md

Telegram Bot Extensions

Maven Central MIT License

Extensions to default bots implementation of Telegram Bots library

Usage

Just import add the library to your project with one of these options:

  1. Using Maven Central Repository:
    <dependency>
        <groupId>org.telegram</groupId>
        <artifactId>telegrambotsextensions</artifactId>
        <version>4.4.0</version>
    </dependency>
  1. Using Gradle:
    compile "org.telegram:telegrambotsextensions:4.4.0"