GroupId | GroupIdcom.github.insanusmokrassar |
---|---|
ArtifactId | ArtifactIdTelegramBotAPI |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
TelegramBotAPI-0.8.4.pom | |
TelegramBotAPI-0.8.4.jar | 1 MB |
TelegramBotAPI-0.8.4-sources.jar | 180 KB |
TelegramBotAPI-0.8.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.insanusmokrassar/TelegramBotAPI/ -->
<dependency>
<groupId>com.github.insanusmokrassar</groupId>
<artifactId>TelegramBotAPI</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.insanusmokrassar/TelegramBotAPI/
implementation 'com.github.insanusmokrassar:TelegramBotAPI:0.8.4'
// https://jarcasting.com/artifacts/com.github.insanusmokrassar/TelegramBotAPI/
implementation ("com.github.insanusmokrassar:TelegramBotAPI:0.8.4")
'com.github.insanusmokrassar:TelegramBotAPI:jar:0.8.4'
<dependency org="com.github.insanusmokrassar" name="TelegramBotAPI" rev="0.8.4">
<artifact name="TelegramBotAPI" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.insanusmokrassar', module='TelegramBotAPI', version='0.8.4')
)
libraryDependencies += "com.github.insanusmokrassar" % "TelegramBotAPI" % "0.8.4"
[com.github.insanusmokrassar/TelegramBotAPI "0.8.4"]