GroupId | GroupIdorg.telegram |
---|---|
ArtifactId | ArtifactIdtelegrambots |
Version | Version2.4.4.4 |
Type | Typejar |
Filename | Size |
---|---|
telegrambots-2.4.4.4.pom | |
telegrambots-2.4.4.4.jar | 39 KB |
telegrambots-2.4.4.4-sources.jar | 21 KB |
telegrambots-2.4.4.4-javadoc.jar | 112 KB |
telegrambots-2.4.4.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation 'org.telegram:telegrambots:2.4.4.4'
// https://jarcasting.com/artifacts/org.telegram/telegrambots/
implementation ("org.telegram:telegrambots:2.4.4.4")
'org.telegram:telegrambots:jar:2.4.4.4'
<dependency org="org.telegram" name="telegrambots" rev="2.4.4.4">
<artifact name="telegrambots" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots', version='2.4.4.4')
)
libraryDependencies += "org.telegram" % "telegrambots" % "2.4.4.4"
[org.telegram/telegrambots "2.4.4.4"]