t

telegrambotsextensions

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