mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-15 04:43:48 +00:00
17 lines
422 B
Markdown
17 lines
422 B
Markdown
# TelegramBotAPI
|
|
|
|
Concentration of all TelegramBotAPI libraries:
|
|
|
|
* [TelegramBotAPI-core](../TelegramBotAPI-core/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:$tgBotAPIVersion"
|
|
}
|
|
```
|