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