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