Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.xabgesagtx |
ArtifactId | ArtifactIdtelegram-spring-boot-starter |
Version | Version0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xabgesagtx/telegram-spring-boot-starter/ -->
<dependency>
<groupId>com.github.xabgesagtx</groupId>
<artifactId>telegram-spring-boot-starter</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xabgesagtx/telegram-spring-boot-starter/
implementation 'com.github.xabgesagtx:telegram-spring-boot-starter:0.19'
// https://jarcasting.com/artifacts/com.github.xabgesagtx/telegram-spring-boot-starter/
implementation ("com.github.xabgesagtx:telegram-spring-boot-starter:0.19")
'com.github.xabgesagtx:telegram-spring-boot-starter:jar:0.19'
<dependency org="com.github.xabgesagtx" name="telegram-spring-boot-starter" rev="0.19">
<artifact name="telegram-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xabgesagtx', module='telegram-spring-boot-starter', version='0.19')
)
libraryDependencies += "com.github.xabgesagtx" % "telegram-spring-boot-starter" % "0.19"
[com.github.xabgesagtx/telegram-spring-boot-starter "0.19"]