| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdev.struchkov.godfather |
| Идентификатор | Идентификаторtelegram-bot |
| Последняя версия | Последняя версия0.0.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеTelegram Bot
Allows you to create bots for Telegram
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| telegram-bot-0.0.9.pom | 7 KB |
| Обзор |
<!-- 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"]