t

telegrambots-webhook

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