License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.botscrew.botframework |
ArtifactId | ArtifactIdtelegram-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncom.botscrew.botframework:telegram-spring-boot-starter
Module for working with Telegram chat-bot platform
|
<!-- https://jarcasting.com/artifacts/com.botscrew.botframework/telegram-spring-boot-starter/ -->
<dependency>
<groupId>com.botscrew.botframework</groupId>
<artifactId>telegram-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.botscrew.botframework/telegram-spring-boot-starter/
implementation 'com.botscrew.botframework:telegram-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.botscrew.botframework/telegram-spring-boot-starter/
implementation ("com.botscrew.botframework:telegram-spring-boot-starter:1.0.0")
'com.botscrew.botframework:telegram-spring-boot-starter:jar:1.0.0'
<dependency org="com.botscrew.botframework" name="telegram-spring-boot-starter" rev="1.0.0">
<artifact name="telegram-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.botscrew.botframework', module='telegram-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.botscrew.botframework" % "telegram-spring-boot-starter" % "1.0.0"
[com.botscrew.botframework/telegram-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.botscrew : bot-framework-core-spring-boot-starter | jar | 1.0.4 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.projectlombok : lombok | jar | |
org.springframework.boot : spring-boot-configuration-processor | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |