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