is not current version
Last Version 6.1.0

org.telegram:telegrambots 3.4

Easy to use library to create Telegram Bots

GroupId

GroupId

org.telegram
ArtifactId

ArtifactId

telegrambots
Version

Version

3.4
Type

Type

jar

Download telegrambots 3.4


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