License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.telegram |
ArtifactId | ArtifactIdtelegrambots-spring-boot-starter |
Version | Version5.4.0.1 |
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>5.4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/
implementation 'org.telegram:telegrambots-spring-boot-starter:5.4.0.1'
// https://jarcasting.com/artifacts/org.telegram/telegrambots-spring-boot-starter/
implementation ("org.telegram:telegrambots-spring-boot-starter:5.4.0.1")
'org.telegram:telegrambots-spring-boot-starter:jar:5.4.0.1'
<dependency org="org.telegram" name="telegrambots-spring-boot-starter" rev="5.4.0.1">
<artifact name="telegrambots-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots-spring-boot-starter', version='5.4.0.1')
)
libraryDependencies += "org.telegram" % "telegrambots-spring-boot-starter" % "5.4.0.1"
[org.telegram/telegrambots-spring-boot-starter "5.4.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.telegram : telegrambots | jar | 5.4.0.1 |
org.springframework.boot : spring-boot | jar | 2.4.5 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.5 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |
org.mockito : mockito-core | jar | 3.6.0 |
org.mockito : mockito-junit-jupiter | jar | 3.6.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |