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