License |
License |
---|---|
GroupId | GroupIddev.struchkov.godfather |
ArtifactId | ArtifactIdtelegram-bot |
Last Version | Last Version0.0.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTelegram Bot
Allows you to create bots for Telegram
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
telegram-bot-0.0.9.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.struchkov.godfather/telegram-bot/ -->
<dependency>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>telegram-bot</artifactId>
<version>0.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.struchkov.godfather/telegram-bot/
implementation 'dev.struchkov.godfather:telegram-bot:0.0.9'
// https://jarcasting.com/artifacts/dev.struchkov.godfather/telegram-bot/
implementation ("dev.struchkov.godfather:telegram-bot:0.0.9")
'dev.struchkov.godfather:telegram-bot:pom:0.0.9'
<dependency org="dev.struchkov.godfather" name="telegram-bot" rev="0.0.9">
<artifact name="telegram-bot" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.struchkov.godfather', module='telegram-bot', version='0.0.9')
)
libraryDependencies += "dev.struchkov.godfather" % "telegram-bot" % "0.0.9"
[dev.struchkov.godfather/telegram-bot "0.0.9"]