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