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