t

telegrambots

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