<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots-springboot-webhook-starter</artifactId>
<version>7.9.1</version>
</dependency>
libraryDependencies += "org.telegram" % "telegrambots-springboot-webhook-starter" % "7.9.1"
@Grapes(
@Grab(group='org.telegram', module='telegrambots-springboot-webhook-starter', version='7.9.1')
)
<dependency org="org.telegram" name="telegrambots-springboot-webhook-starter" rev="7.9.1" />
<parent> <groupId>org.telegram</groupId> <artifactId>Bots</artifactId> <version>7.9.1</version> </parent>
compile
|-- org.telegram:telegrambots-meta:7.9.1
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-starter-web
provided
test