t

telegrambots-springboot-webhook-starter

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