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