1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-02-16 19:52:01 +00:00

17 lines
419 B
Markdown
Raw Normal View History

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