License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net |
GroupId | GroupIdcom.github.netkorp |
ArtifactId | ArtifactIdspring-boot-telegram-framework-core |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionspring-boot-telegram-framework-core
Framework for creating Telegram Bots using Spring Boot.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework-core/ -->
<dependency>
<groupId>com.github.netkorp</groupId>
<artifactId>spring-boot-telegram-framework-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework-core/
implementation 'com.github.netkorp:spring-boot-telegram-framework-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework-core/
implementation ("com.github.netkorp:spring-boot-telegram-framework-core:1.0.1")
'com.github.netkorp:spring-boot-telegram-framework-core:jar:1.0.1'
<dependency org="com.github.netkorp" name="spring-boot-telegram-framework-core" rev="1.0.1">
<artifact name="spring-boot-telegram-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netkorp', module='spring-boot-telegram-framework-core', version='1.0.1')
)
libraryDependencies += "com.github.netkorp" % "spring-boot-telegram-framework-core" % "1.0.1"
[com.github.netkorp/spring-boot-telegram-framework-core "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.3.RELEASE |
com.github.xabgesagtx : telegram-spring-boot-starter | jar | 0.19 |