t

telegrambots-extensions

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