t

telegrambots-springboot-longpolling-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-longpolling-starter-7.6.1.jar download
telegrambots-springboot-longpolling-starter-7.6.1.pom download
telegrambots-springboot-longpolling-starter-7.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.telegram</groupId>
  <artifactId>telegrambots-springboot-longpolling-starter</artifactId>
  <version>7.6.1</version>
</dependency>
Gradle Groovy
implementation 'org.telegram:telegrambots-springboot-longpolling-starter:7.6.1'
Gradle Kotlin
implementation("org.telegram:telegrambots-springboot-longpolling-starter:7.6.1")
Scala SBT
libraryDependencies += "org.telegram" % "telegrambots-springboot-longpolling-starter" % "7.6.1"
Groovy Grape
@Grapes(
  @Grab(group='org.telegram', module='telegrambots-springboot-longpolling-starter', version='7.6.1')
)
Apache Ivy
<dependency org="org.telegram" name="telegrambots-springboot-longpolling-starter" rev="7.6.1" />
Leiningen
[org.telegram/telegrambots-springboot-longpolling-starter "7.6.1"]
Apache Buildr
'org.telegram:telegrambots-springboot-longpolling-starter:jar:7.6.1'