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