is not current version
Last Version 6.1.0

org.telegram:telegrambots 2.4.4.1

Easy to use library to create Telegram Bots

GroupId

GroupId

org.telegram
ArtifactId

ArtifactId

telegrambots
Version

Version

2.4.4.1
Type

Type

jar

Download telegrambots 2.4.4.1


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