GroupId | GroupIdorg.telegram |
---|---|
ArtifactId | ArtifactIdtelegrambots-meta |
Version | Version4.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.telegram/telegrambots-meta/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-meta</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots-meta/
implementation 'org.telegram:telegrambots-meta:4.0.0'
// https://jarcasting.com/artifacts/org.telegram/telegrambots-meta/
implementation ("org.telegram:telegrambots-meta:4.0.0")
'org.telegram:telegrambots-meta:jar:4.0.0'
<dependency org="org.telegram" name="telegrambots-meta" rev="4.0.0">
<artifact name="telegrambots-meta" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots-meta', version='4.0.0')
)
libraryDependencies += "org.telegram" % "telegrambots-meta" % "4.0.0"
[org.telegram/telegrambots-meta "4.0.0"]