t

telegrambots

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