License |
License |
---|---|
GroupId | GroupIdorg.telegram |
ArtifactId | ArtifactIdBots |
Version | Version5.6.0 |
Type | Typepom |
Description |
DescriptionBots
Easy to use library to create Telegram Bots
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Bots-5.6.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.telegram/Bots/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>Bots</artifactId>
<version>5.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/Bots/
implementation 'org.telegram:Bots:5.6.0'
// https://jarcasting.com/artifacts/org.telegram/Bots/
implementation ("org.telegram:Bots:5.6.0")
'org.telegram:Bots:pom:5.6.0'
<dependency org="org.telegram" name="Bots" rev="5.6.0">
<artifact name="Bots" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='Bots', version='5.6.0')
)
libraryDependencies += "org.telegram" % "Bots" % "5.6.0"
[org.telegram/Bots "5.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.6.0 |
org.mockito : mockito-junit-jupiter | jar | 3.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |