License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.kshashov |
ArtifactId | ArtifactIdspring-boot-starter-telegram |
Last Version | Last Version0.27 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-telegram
Spring-boot starter for Telegram bots
|
Source Code Management |
Source Code Management |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 |