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