| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.telegram |
| Идентификатор | Идентификаторtelegrambots-spring-boot-starter |
| Версия | Версия5.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-spring-boot-starter</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/
implementation 'org.telegram:telegrambots-spring-boot-starter:5.0.0'
// https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/
implementation ("org.telegram:telegrambots-spring-boot-starter:5.0.0")
'org.telegram:telegrambots-spring-boot-starter:jar:5.0.0'
<dependency org="org.telegram" name="telegrambots-spring-boot-starter" rev="5.0.0">
<artifact name="telegrambots-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots-spring-boot-starter', version='5.0.0')
)
libraryDependencies += "org.telegram" % "telegrambots-spring-boot-starter" % "5.0.0"
[org.telegram/telegrambots-spring-boot-starter "5.0.0"]