Struchkov Mark
c379904d26
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
618 B
Markdown
17 lines
618 B
Markdown
=== ":simple-apachemaven: Maven"
|
|
|
|
``` xml
|
|
<!-- https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-bot-spring-boot-starter -->
|
|
<dependency>
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
|
<artifactId>telegram-bot-spring-boot-starter</artifactId>
|
|
<version>0.0.51</version>
|
|
</dependency>
|
|
```
|
|
|
|
=== ":simple-gradle: Gradle"
|
|
|
|
``` groovy
|
|
// https://mvnrepository.com/artifact/dev.struchkov.godfather.telegram/telegram-bot-spring-boot-starter
|
|
implementation 'dev.struchkov.godfather.telegram:telegram-bot-spring-boot-starter:0.0.51'
|
|
``` |