| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.github.imaginary11 | 
    
| ArtifactId | ArtifactIdexample-spring-boot-starter | 
    
| Last Version | Last Version1.0.1-RELEASE | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionexample-spring-boot-starter 
            Demo project for Spring Boot 
         | 
    
<!-- https://jarcasting.com/artifacts/com.github.imaginary11/example-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.imaginary11</groupId>
    <artifactId>example-spring-boot-starter</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.imaginary11/example-spring-boot-starter/
implementation 'com.github.imaginary11:example-spring-boot-starter:1.0.1-RELEASE'
                // https://jarcasting.com/artifacts/com.github.imaginary11/example-spring-boot-starter/
implementation ("com.github.imaginary11:example-spring-boot-starter:1.0.1-RELEASE")
                'com.github.imaginary11:example-spring-boot-starter:jar:1.0.1-RELEASE'
                <dependency org="com.github.imaginary11" name="example-spring-boot-starter" rev="1.0.1-RELEASE">
  <artifact name="example-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.imaginary11', module='example-spring-boot-starter', version='1.0.1-RELEASE')
)
                libraryDependencies += "com.github.imaginary11" % "example-spring-boot-starter" % "1.0.1-RELEASE"
                [com.github.imaginary11/example-spring-boot-starter "1.0.1-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar |