| Categories | 
                CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration Swagger Program Interface REST Frameworks | 
        
|---|---|
| GroupId | GroupIdcom.github.sunshinezmh | 
    
| ArtifactId | ArtifactIdswagger-spring-boot-autoconfigure | 
    
| Version | Version0.0.6.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.github.sunshinezmh</groupId>
    <artifactId>swagger-spring-boot-autoconfigure</artifactId>
    <version>0.0.6.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-autoconfigure/
implementation 'com.github.sunshinezmh:swagger-spring-boot-autoconfigure:0.0.6.RELEASE'
                // https://jarcasting.com/artifacts/com.github.sunshinezmh/swagger-spring-boot-autoconfigure/
implementation ("com.github.sunshinezmh:swagger-spring-boot-autoconfigure:0.0.6.RELEASE")
                'com.github.sunshinezmh:swagger-spring-boot-autoconfigure:jar:0.0.6.RELEASE'
                <dependency org="com.github.sunshinezmh" name="swagger-spring-boot-autoconfigure" rev="0.0.6.RELEASE">
  <artifact name="swagger-spring-boot-autoconfigure" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.sunshinezmh', module='swagger-spring-boot-autoconfigure', version='0.0.6.RELEASE')
)
                libraryDependencies += "com.github.sunshinezmh" % "swagger-spring-boot-autoconfigure" % "0.0.6.RELEASE"
                [com.github.sunshinezmh/swagger-spring-boot-autoconfigure "0.0.6.RELEASE"]