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