t

telegrambots-meta

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