| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices Net | 
        
| GroupId | GroupIdcom.github.netkorp | 
    
| ArtifactId | ArtifactIdspring-boot-telegram-framework | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionspring-boot-telegram-framework 
            This project contains the all submodules provided by Spring Boot Telegram Framework. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| spring-boot-telegram-framework-1.0.1.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework/ -->
<dependency>
    <groupId>com.github.netkorp</groupId>
    <artifactId>spring-boot-telegram-framework</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework/
implementation 'com.github.netkorp:spring-boot-telegram-framework:1.0.1'
                // https://jarcasting.com/artifacts/com.github.netkorp/spring-boot-telegram-framework/
implementation ("com.github.netkorp:spring-boot-telegram-framework:1.0.1")
                'com.github.netkorp:spring-boot-telegram-framework:pom:1.0.1'
                <dependency org="com.github.netkorp" name="spring-boot-telegram-framework" rev="1.0.1">
  <artifact name="spring-boot-telegram-framework" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.github.netkorp', module='spring-boot-telegram-framework', version='1.0.1')
)
                libraryDependencies += "com.github.netkorp" % "spring-boot-telegram-framework" % "1.0.1"
                [com.github.netkorp/spring-boot-telegram-framework "1.0.1"]