is not current version
Last Version 6.1.0

org.telegram:telegrambots 4.6

Easy to use library to create Telegram Bots

GroupId

GroupId

org.telegram
ArtifactId

ArtifactId

telegrambots
Version

Version

4.6
Type

Type

jar

Download telegrambots 4.6


<!-- https://jarcasting.com/artifacts/org.telegram/telegrambots/ -->
<dependency>
    <groupId>org.telegram</groupId>
    <artifactId>telegrambots</artifactId>
    <version>4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation 'org.telegram:telegrambots:4.6'
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation ("org.telegram:telegrambots:4.6")
'org.telegram:telegrambots:jar:4.6'
<dependency org="org.telegram" name="telegrambots" rev="4.6">
  <artifact name="telegrambots" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots', version='4.6')
)
libraryDependencies += "org.telegram" % "telegrambots" % "4.6"
[org.telegram/telegrambots "4.6"]