1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-02 07:55:25 +00:00
tgbotapi/TelegramBotAPI/README.md

17 lines
422 B
Markdown

# TelegramBotAPI
Concentration of all TelegramBotAPI libraries:
* [TelegramBotAPI-core](../TelegramBotAPI-core/README.md)
* [TelegramBotAPI Extensions](../TelegramBotAPI-extensions-api/README.md)
* [TelegramBotAPI Util Extensions](../TelegramBotAPI-extensions-utils/README.md)
## Implementation
```groovy
dependencies {
// ...
implementation "com.github.insanusmokrassar:TelegramBotAPI:$tgBotAPIVersion"
}
```