T

TelegramBotAPI

It is one more project which wish to be useful and full Telegram Bots API bridge for Kotlin
https://insanusmokrassar.github.io/TelegramBotAPI
The Apache Software License, Version 2.0
Ovsyannikov Alexey
Files download
File Operation
TelegramBotAPI-0.9.3.jar download
TelegramBotAPI-0.9.3.pom download
TelegramBotAPI-0.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.insanusmokrassar</groupId>
  <artifactId>TelegramBotAPI</artifactId>
  <version>0.9.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.insanusmokrassar:TelegramBotAPI:0.9.3'
Gradle Kotlin
implementation("com.github.insanusmokrassar:TelegramBotAPI:0.9.3")
Scala SBT
libraryDependencies += "com.github.insanusmokrassar" % "TelegramBotAPI" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.insanusmokrassar', module='TelegramBotAPI', version='0.9.3')
)
Apache Ivy
<dependency org="com.github.insanusmokrassar" name="TelegramBotAPI" rev="0.9.3" />
Leiningen
[com.github.insanusmokrassar/TelegramBotAPI "0.9.3"]
Apache Buildr
'com.github.insanusmokrassar:TelegramBotAPI:jar:0.9.3'