License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.telegram |
ArtifactId | ArtifactIdtelegrambots-spring-boot-starter |
Last Version | Last Version6.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTelegram Bots Spring Boot Starter
Easy to use library to create Telegram Bots
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/ -->
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-spring-boot-starter</artifactId>
<version>6.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/
implementation 'org.telegram:telegrambots-spring-boot-starter:6.1.0'
// https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/
implementation ("org.telegram:telegrambots-spring-boot-starter:6.1.0")
'org.telegram:telegrambots-spring-boot-starter:jar:6.1.0'
<dependency org="org.telegram" name="telegrambots-spring-boot-starter" rev="6.1.0">
<artifact name="telegrambots-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots-spring-boot-starter', version='6.1.0')
)
libraryDependencies += "org.telegram" % "telegrambots-spring-boot-starter" % "6.1.0"
[org.telegram/telegrambots-spring-boot-starter "6.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.telegram : telegrambots | jar | 6.1.0 |
org.springframework.boot : spring-boot | jar | 2.7.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.7.0 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |
org.mockito : mockito-core | jar | 4.6.1 |
org.mockito : mockito-junit-jupiter | jar | 4.6.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |