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