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