| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.houbb | 
    
| ArtifactId | ArtifactIdversion-spring-boot-starter | 
    
| Last Version | Last Version0.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionversion-spring-boot-starter 
            The web version spring-boot-starter for java. 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.houbb/version-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>version-spring-boot-starter</artifactId>
    <version>0.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.houbb/version-spring-boot-starter/
implementation 'com.github.houbb:version-spring-boot-starter:0.0.1'
                // https://jarcasting.com/artifacts/com.github.houbb/version-spring-boot-starter/
implementation ("com.github.houbb:version-spring-boot-starter:0.0.1")
                'com.github.houbb:version-spring-boot-starter:jar:0.0.1'
                <dependency org="com.github.houbb" name="version-spring-boot-starter" rev="0.0.1">
  <artifact name="version-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.houbb', module='version-spring-boot-starter', version='0.0.1')
)
                libraryDependencies += "com.github.houbb" % "version-spring-boot-starter" % "0.0.1"
                [com.github.houbb/version-spring-boot-starter "0.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.112 | 
| org.springframework.boot : spring-boot-starter | jar | 1.5.22.RELEASE | 
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.22.RELEASE |