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