t

telegrambots-springboot-webhook-starter

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