t

telegrambots

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