| GroupId | GroupIdorg.telegram |
|---|---|
| ArtifactId | ArtifactIdtelegrambots |
| Version | Version2.4.4.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| telegrambots-2.4.4.5.pom | |
| telegrambots-2.4.4.5.jar | 42 KB |
| telegrambots-2.4.4.5-sources.jar | 25 KB |
| telegrambots-2.4.4.5-javadoc.jar | 127 KB |
| telegrambots-2.4.4.5-jar-with-dependencies.jar | 11 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.telegram/telegrambots/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>2.4.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation 'org.telegram:telegrambots:2.4.4.5'
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation ("org.telegram:telegrambots:2.4.4.5")
'org.telegram:telegrambots:jar:2.4.4.5'
<dependency org="org.telegram" name="telegrambots" rev="2.4.4.5">
<artifact name="telegrambots" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots', version='2.4.4.5')
)
libraryDependencies += "org.telegram" % "telegrambots" % "2.4.4.5"
[org.telegram/telegrambots "2.4.4.5"]