Categories |
CategoriesSpring Boot Container Microservices Net |
---|---|
GroupId | GroupIdcom.github.netkorp |
ArtifactId | ArtifactIdspring-boot-telegram-framework-core |
Version | Version1.0.0 |
Type | Typejar |
<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework-core/
implementation ("com.github.netkorp:spring-boot-telegram-framework-core:1.0.0")
'com.github.netkorp:spring-boot-telegram-framework-core:jar:1.0.0'
<dependency org="com.github.netkorp" name="spring-boot-telegram-framework-core" rev="1.0.0">
<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.0')
)
libraryDependencies += "com.github.netkorp" % "spring-boot-telegram-framework-core" % "1.0.0"
[com.github.netkorp/spring-boot-telegram-framework-core "1.0.0"]