is not current version
Last Version 6.1.0

org.telegram:Bots 5.7.0

Easy to use library to create Telegram Bots

GroupId

GroupId

org.telegram
ArtifactId

ArtifactId

Bots
Version

Version

5.7.0
Type

Type

pom

Download Bots 5.7.0

Filename Size
Bots-5.7.0.pom 9 KB
Browse

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