telegram-bot/documentation/spring/ru/.dependencies.md
Struchkov Mark c379904d26
All checks were successful
continuous-integration/drone/push Build is passing
Пишу документацию
2023-03-15 02:19:09 +03:00

618 B

=== ":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'
```