1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-01 13:57:48 +00:00
tgbotapi/TelegramBotAPI-all/README.md

17 lines
419 B
Markdown
Raw Normal View History

2020-05-14 08:07:23 +00:00
# TelegramBotAPI-all
Concentration of all TelegramBotAPI libraries:
2020-05-14 10:25:39 +00:00
* [TelegramBotAPI](../TelegramBotAPI/README.md)
* [TelegramBotAPI Extensions](../TelegramBotAPI-extensions-api/README.md)
* [TelegramBotAPI Util Extensions](../TelegramBotAPI-extensions-utils/README.md)
2020-05-14 08:26:42 +00:00
## Implementation
```groovy
dependencies {
// ...
implementation "com.github.insanusmokrassar:TelegramBotAPI-all:tgBotAPIVersion"
}
```