spring-boot-starter-telegram

Spring-boot starter for Telegram bots

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.kshashov
ArtifactId

ArtifactId

spring-boot-starter-telegram
Last Version

Last Version

0.27
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-starter-telegram
Spring-boot starter for Telegram bots
Source Code Management

Source Code Management

https://github.com/kshashov/spring-boot-starter-telegram

Download spring-boot-starter-telegram

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.6.6
org.springframework : spring-context jar
com.google.guava : guava jar [30.0-jre,)
com.github.pengrad : java-telegram-bot-api jar 5.7.0
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.6.6
javax.validation : validation-api jar 2.0.1.Final
io.javalin : javalin jar 3.12.0
io.dropwizard.metrics : metrics-core jar
io.dropwizard.metrics : metrics-jmx jar

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.6.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.27
0.26
0.25
0.24
0.23
0.22
0.21
0.20
0.18
0.17
0.16
0.15
0.14