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