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