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

17 lines
422 B
Markdown
Raw Normal View History

2020-08-20 13:55:34 +06:00
# TelegramBotAPI
2020-02-17 15:25:08 +06:00
2020-08-20 11:55:39 +06:00
Concentration of all TelegramBotAPI libraries:
2020-02-17 15:25:08 +06:00
2020-08-20 11:55:39 +06:00
* [TelegramBotAPI-core](../TelegramBotAPI-core/README.md)
* [TelegramBotAPI Extensions](../TelegramBotAPI-extensions-api/README.md)
* [TelegramBotAPI Util Extensions](../TelegramBotAPI-extensions-utils/README.md)
2020-02-17 15:25:08 +06:00
2020-08-20 11:55:39 +06:00
## Implementation
2020-02-17 15:25:08 +06:00
```groovy
dependencies {
// ...
2020-08-20 11:55:39 +06:00
implementation "com.github.insanusmokrassar:TelegramBotAPI:$tgBotAPIVersion"
2020-02-17 15:25:08 +06:00
}
```