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