t

telegram-bot

simply telegram bot API written in java
https://github.com/infoqoch/telegram-bot
MIT License
infoqoch
Files download
File Operation
telegram-bot-0.2.4.jar download
telegram-bot-0.2.4.pom download
telegram-bot-0.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.infoqoch</groupId>
  <artifactId>telegram-bot</artifactId>
  <version>0.2.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.infoqoch:telegram-bot:0.2.4'
Gradle Kotlin
implementation("io.github.infoqoch:telegram-bot:0.2.4")
Scala SBT
libraryDependencies += "io.github.infoqoch" % "telegram-bot" % "0.2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.infoqoch', module='telegram-bot', version='0.2.4')
)
Apache Ivy
<dependency org="io.github.infoqoch" name="telegram-bot" rev="0.2.4" />
Leiningen
[io.github.infoqoch/telegram-bot "0.2.4"]
Apache Buildr
'io.github.infoqoch:telegram-bot:jar:0.2.4'