t

telegrambots-spring-boot-starter

Easy to use library to create Telegram Bots
https://github.com/rubenlagus/TelegramBots
MIT License
Roman Meerson
Files download
File Operation
telegrambots-spring-boot-starter-5.0.0.jar download
telegrambots-spring-boot-starter-5.0.0.pom download
telegrambots-spring-boot-starter-5.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.telegram</groupId>
  <artifactId>telegrambots-spring-boot-starter</artifactId>
  <version>5.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.telegram:telegrambots-spring-boot-starter:5.0.0'
Gradle Kotlin
implementation("org.telegram:telegrambots-spring-boot-starter:5.0.0")
Scala SBT
libraryDependencies += "org.telegram" % "telegrambots-spring-boot-starter" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.telegram', module='telegrambots-spring-boot-starter', version='5.0.0')
)
Apache Ivy
<dependency org="org.telegram" name="telegrambots-spring-boot-starter" rev="5.0.0" />
Leiningen
[org.telegram/telegrambots-spring-boot-starter "5.0.0"]
Apache Buildr
'org.telegram:telegrambots-spring-boot-starter:jar:5.0.0'