is not current version
Last Version 6.1.0

org.telegram:telegrambots-spring-boot-starter 3.6.1

Easy to use library to create Telegram Bots

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.telegram
ArtifactId

ArtifactId

telegrambots-spring-boot-starter
Version

Version

3.6.1
Type

Type

jar

Download telegrambots-spring-boot-starter 3.6.1


<!-- https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/ -->
<dependency>
    <groupId>org.telegram</groupId>
    <artifactId>telegrambots-spring-boot-starter</artifactId>
    <version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/
implementation 'org.telegram:telegrambots-spring-boot-starter:3.6.1'
// https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/
implementation ("org.telegram:telegrambots-spring-boot-starter:3.6.1")
'org.telegram:telegrambots-spring-boot-starter:jar:3.6.1'
<dependency org="org.telegram" name="telegrambots-spring-boot-starter" rev="3.6.1">
  <artifact name="telegrambots-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots-spring-boot-starter', version='3.6.1')
)
libraryDependencies += "org.telegram" % "telegrambots-spring-boot-starter" % "3.6.1"
[org.telegram/telegrambots-spring-boot-starter "3.6.1"]