Change "groovy" to "gradle" (language identifier)
This commit is contained in:
parent
9ae03e511f
commit
97b427d9fa
@ -13,8 +13,8 @@ As with any Java project, you will need to set your dependencies.
|
||||
</dependency>
|
||||
```
|
||||
* **Gradle**
|
||||
```groovy
|
||||
implementation group: 'org.telegram', name: 'telegrambots-abilities', version: '5.0.1'
|
||||
```gradle
|
||||
implementation 'org.telegram:telegrambots-abilities:5.0.1'
|
||||
```
|
||||
* [JitPack](https://jitpack.io/#rubenlagus/TelegramBots)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user