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.2.1.jar download
telegrambots-extensions-7.2.1.pom download
telegrambots-extensions-7.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.telegram</groupId>
  <artifactId>telegrambots-extensions</artifactId>
  <version>7.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.telegram:telegrambots-extensions:7.2.1'
Gradle Kotlin
implementation("org.telegram:telegrambots-extensions:7.2.1")
Scala SBT
libraryDependencies += "org.telegram" % "telegrambots-extensions" % "7.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.telegram', module='telegrambots-extensions', version='7.2.1')
)
Apache Ivy
<dependency org="org.telegram" name="telegrambots-extensions" rev="7.2.1" />
Leiningen
[org.telegram/telegrambots-extensions "7.2.1"]
Apache Buildr
'org.telegram:telegrambots-extensions:jar:7.2.1'