| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdcom.github.sunshinezmh | 
    
| ArtifactId | ArtifactIdswagger-spring-boot-starter | 
    
| Version | Version0.0.9.RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionswagger-spring-boot-starter 
            Demo project for Spring Boot 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.sunshinezmh</groupId>
    <artifactId>swagger-spring-boot-starter</artifactId>
    <version>0.0.9.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-starter/
implementation 'com.github.sunshinezmh:swagger-spring-boot-starter:0.0.9.RELEASE'
                // https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-starter/
implementation ("com.github.sunshinezmh:swagger-spring-boot-starter:0.0.9.RELEASE")
                'com.github.sunshinezmh:swagger-spring-boot-starter:jar:0.0.9.RELEASE'
                <dependency org="com.github.sunshinezmh" name="swagger-spring-boot-starter" rev="0.0.9.RELEASE">
  <artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.sunshinezmh', module='swagger-spring-boot-starter', version='0.0.9.RELEASE')
)
                libraryDependencies += "com.github.sunshinezmh" % "swagger-spring-boot-starter" % "0.0.9.RELEASE"
                [com.github.sunshinezmh/swagger-spring-boot-starter "0.0.9.RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.2.1.RELEASE | 
| com.github.sunshinezmh : swagger-spring-boot-autoconfigure | jar | 0.0.9.RELEASE | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.1.RELEASE |