| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdio.github.butkoprojects | 
| ArtifactId | ArtifactIdspring-boot-telegram-bots | 
| Last Version | Last Version2.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.github.butkoprojects/spring-boot-telegram-bots/ -->
<dependency>
    <groupId>io.github.butkoprojects</groupId>
    <artifactId>spring-boot-telegram-bots</artifactId>
    <version>2.2.0</version>
</dependency>// https://jarcasting.com/artifacts/io.github.butkoprojects/spring-boot-telegram-bots/
implementation 'io.github.butkoprojects:spring-boot-telegram-bots:2.2.0'// https://jarcasting.com/artifacts/io.github.butkoprojects/spring-boot-telegram-bots/
implementation ("io.github.butkoprojects:spring-boot-telegram-bots:2.2.0")'io.github.butkoprojects:spring-boot-telegram-bots:jar:2.2.0'<dependency org="io.github.butkoprojects" name="spring-boot-telegram-bots" rev="2.2.0">
  <artifact name="spring-boot-telegram-bots" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.butkoprojects', module='spring-boot-telegram-bots', version='2.2.0')
)libraryDependencies += "io.github.butkoprojects" % "spring-boot-telegram-bots" % "2.2.0"[io.github.butkoprojects/spring-boot-telegram-bots "2.2.0"]