t

telegrambotsextensions

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