diff --git a/TelegramBotAPI-all/README.md b/TelegramBotAPI-all/README.md index a60c71722e..8ed70ed448 100644 --- a/TelegramBotAPI-all/README.md +++ b/TelegramBotAPI-all/README.md @@ -5,3 +5,12 @@ 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" +} +```