<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-spring-boot-starter</artifactId>
<version>5.0.1.1</version>
</dependency>
@Grapes(
@Grab(group='org.telegram', module='telegrambots-spring-boot-starter', version='5.0.1.1')
)
<parent> <groupId>org.telegram</groupId> <artifactId>Bots</artifactId> <version>5.0.1.1</version> </parent>
compile
|-- org.telegram:telegrambots:5.0.1.1
|-- org.springframework.boot:spring-boot:2.3.5.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.5.RELEASE
test