T

TelegramBotAPI-js

Library for Object-Oriented and type-safe work with Telegram Bot API
https://insanusmokrassar.github.io/TelegramBotAPI
Apache Software License 2.0
Ovsiannikov Aleksei
Files download
File Operation
TelegramBotAPI-js-0.26.0.jar download
TelegramBotAPI-js-0.26.0.pom download
TelegramBotAPI-js-0.26.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.insanusmokrassar</groupId>
  <artifactId>TelegramBotAPI-js</artifactId>
  <version>0.26.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.insanusmokrassar:TelegramBotAPI-js:0.26.0'
Gradle Kotlin
implementation("com.github.insanusmokrassar:TelegramBotAPI-js:0.26.0")
Scala SBT
libraryDependencies += "com.github.insanusmokrassar" % "TelegramBotAPI-js" % "0.26.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.insanusmokrassar', module='TelegramBotAPI-js', version='0.26.0')
)
Apache Ivy
<dependency org="com.github.insanusmokrassar" name="TelegramBotAPI-js" rev="0.26.0" />
Leiningen
[com.github.insanusmokrassar/TelegramBotAPI-js "0.26.0"]
Apache Buildr
'com.github.insanusmokrassar:TelegramBotAPI-js:jar:0.26.0'