Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.kshashov |
ArtifactId | ArtifactIdspring-boot-starter-telegram |
Version | Version0.17 |
Type | Typejar |
<!-- 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.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kshashov/spring-boot-starter-telegram/
implementation 'com.github.kshashov:spring-boot-starter-telegram:0.17'
// https://jarcasting.com/artifacts/com.github.kshashov/spring-boot-starter-telegram/
implementation ("com.github.kshashov:spring-boot-starter-telegram:0.17")
'com.github.kshashov:spring-boot-starter-telegram:jar:0.17'
<dependency org="com.github.kshashov" name="spring-boot-starter-telegram" rev="0.17">
<artifact name="spring-boot-starter-telegram" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kshashov', module='spring-boot-starter-telegram', version='0.17')
)
libraryDependencies += "com.github.kshashov" % "spring-boot-starter-telegram" % "0.17"
[com.github.kshashov/spring-boot-starter-telegram "0.17"]