is not current version
Last Version 0.27

com.github.kshashov:spring-boot-starter-telegram 0.15

Spring-boot starter for telegram bots

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.kshashov
ArtifactId

ArtifactId

spring-boot-starter-telegram
Version

Version

0.15
Type

Type

jar

Download spring-boot-starter-telegram 0.15


<!-- https://jarcasting.com/artifacts/com.github.kshashov/spring-boot-starter-telegram/ -->
<dependency>
    <groupId>com.github.kshashov</groupId>
    <artifactId>spring-boot-starter-telegram</artifactId>
    <version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kshashov/spring-boot-starter-telegram/
implementation 'com.github.kshashov:spring-boot-starter-telegram:0.15'
// https://jarcasting.com/artifacts/com.github.kshashov/spring-boot-starter-telegram/
implementation ("com.github.kshashov:spring-boot-starter-telegram:0.15")
'com.github.kshashov:spring-boot-starter-telegram:jar:0.15'
<dependency org="com.github.kshashov" name="spring-boot-starter-telegram" rev="0.15">
  <artifact name="spring-boot-starter-telegram" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kshashov', module='spring-boot-starter-telegram', version='0.15')
)
libraryDependencies += "com.github.kshashov" % "spring-boot-starter-telegram" % "0.15"
[com.github.kshashov/spring-boot-starter-telegram "0.15"]