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