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