1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-18 07:45:27 +00:00

update readme of all includer

This commit is contained in:
InsanusMokrassar 2020-05-14 14:26:42 +06:00
parent e675e841da
commit dfb22b0e89

View File

@ -5,3 +5,12 @@ Concentration of all TelegramBotAPI libraries:
* [TelegramBotAPI](TelegramBotAPI/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-all:tgBotAPIVersion"
}
```