t

telegram-bot-api-spring-boot-starter

Telegram Bot API on Spring WebFlux
https://github.com/Orgyflame/SpringTelegramBotAPI
MIT License
Alexander Mihey
Files download
File Operation
telegram-bot-api-spring-boot-starter-5.2.0.jar download
telegram-bot-api-spring-boot-starter-5.2.0.pom download
telegram-bot-api-spring-boot-starter-5.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.orgyflame</groupId>
  <artifactId>telegram-bot-api-spring-boot-starter</artifactId>
  <version>5.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.orgyflame:telegram-bot-api-spring-boot-starter:5.2.0'
Gradle Kotlin
implementation("io.github.orgyflame:telegram-bot-api-spring-boot-starter:5.2.0")
Scala SBT
libraryDependencies += "io.github.orgyflame" % "telegram-bot-api-spring-boot-starter" % "5.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.orgyflame', module='telegram-bot-api-spring-boot-starter', version='5.2.0')
)
Apache Ivy
<dependency org="io.github.orgyflame" name="telegram-bot-api-spring-boot-starter" rev="5.2.0" />
Leiningen
[io.github.orgyflame/telegram-bot-api-spring-boot-starter "5.2.0"]
Apache Buildr
'io.github.orgyflame:telegram-bot-api-spring-boot-starter:jar:5.2.0'