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

17 lines
422 B
Markdown
Raw Normal View History

2020-08-20 07:55:34 +00:00
# TelegramBotAPI
2020-02-17 09:25:08 +00:00
2020-08-20 05:55:39 +00:00
Concentration of all TelegramBotAPI libraries:
2020-02-17 09:25:08 +00:00
2020-08-20 05:55:39 +00: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 09:25:08 +00:00
2020-08-20 05:55:39 +00:00
## Implementation
2020-02-17 09:25:08 +00:00
```groovy
dependencies {
// ...
2020-08-20 05:55:39 +00:00
implementation "com.github.insanusmokrassar:TelegramBotAPI:$tgBotAPIVersion"
2020-02-17 09:25:08 +00:00
}
```