GroupId | GroupIdorg.telegram |
---|---|
ArtifactId | ArtifactIdBots |
Version | Version4.5 |
Type | Typepom |
Filename | Size |
---|---|
Bots-4.5.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.telegram/Bots/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>Bots</artifactId>
<version>4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/Bots/
implementation 'org.telegram:Bots:4.5'
// https://jarcasting.com/artifacts/org.telegram/Bots/
implementation ("org.telegram:Bots:4.5")
'org.telegram:Bots:pom:4.5'
<dependency org="org.telegram" name="Bots" rev="4.5">
<artifact name="Bots" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='Bots', version='4.5')
)
libraryDependencies += "org.telegram" % "Bots" % "4.5"
[org.telegram/Bots "4.5"]