| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.itcuc | 
    
| ArtifactId | ArtifactIdbeetl-spring-boot | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionbeetl-spring-boot 
            starter for beelt springboot 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| beetl-spring-boot-1.0.0.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.itcuc/beetl-spring-boot/ -->
<dependency>
    <groupId>com.itcuc</groupId>
    <artifactId>beetl-spring-boot</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.itcuc/beetl-spring-boot/
implementation 'com.itcuc:beetl-spring-boot:1.0.0'
                // https://jarcasting.com/artifacts/com.itcuc/beetl-spring-boot/
implementation ("com.itcuc:beetl-spring-boot:1.0.0")
                'com.itcuc:beetl-spring-boot:pom:1.0.0'
                <dependency org="com.itcuc" name="beetl-spring-boot" rev="1.0.0">
  <artifact name="beetl-spring-boot" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.itcuc', module='beetl-spring-boot', version='1.0.0')
)
                libraryDependencies += "com.itcuc" % "beetl-spring-boot" % "1.0.0"
                [com.itcuc/beetl-spring-boot "1.0.0"]