From dfb22b0e8953ddc0255cc19b6417bb5d54dc5da4 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 14 May 2020 14:26:42 +0600 Subject: [PATCH] update readme of all includer --- TelegramBotAPI-all/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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" +} +```