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