mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-16 05:13:47 +00:00
17 lines
419 B
Markdown
17 lines
419 B
Markdown
# TelegramBotAPI-all
|
|
|
|
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"
|
|
}
|
|
```
|