j

java-telegram-bot-api

Java API for Telegram Bot API
https://github.com/pengrad/java-telegram-bot-api/
The Apache Software License, Version 2.0
Stas Parshin
Files download
File Operation
java-telegram-bot-api-4.6.0.jar download
java-telegram-bot-api-4.6.0.pom download
java-telegram-bot-api-4.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pengrad</groupId>
  <artifactId>java-telegram-bot-api</artifactId>
  <version>4.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pengrad:java-telegram-bot-api:4.6.0'
Gradle Kotlin
implementation("com.github.pengrad:java-telegram-bot-api:4.6.0")
Scala SBT
libraryDependencies += "com.github.pengrad" % "java-telegram-bot-api" % "4.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pengrad', module='java-telegram-bot-api', version='4.6.0')
)
Apache Ivy
<dependency org="com.github.pengrad" name="java-telegram-bot-api" rev="4.6.0" />
Leiningen
[com.github.pengrad/java-telegram-bot-api "4.6.0"]
Apache Buildr
'com.github.pengrad:java-telegram-bot-api:jar:4.6.0'