| Categories | 
                CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks | 
        
|---|---|
| GroupId | GroupIdcn.songxinqiang | 
    
| ArtifactId | ArtifactIdswagger-spring-boot-starter | 
    
| Version | Version2.0.5.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter/ -->
<dependency>
    <groupId>cn.songxinqiang</groupId>
    <artifactId>swagger-spring-boot-starter</artifactId>
    <version>2.0.5.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter/
implementation 'cn.songxinqiang:swagger-spring-boot-starter:2.0.5.RELEASE'
                // https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter/
implementation ("cn.songxinqiang:swagger-spring-boot-starter:2.0.5.RELEASE")
                'cn.songxinqiang:swagger-spring-boot-starter:jar:2.0.5.RELEASE'
                <dependency org="cn.songxinqiang" name="swagger-spring-boot-starter" rev="2.0.5.RELEASE">
  <artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.songxinqiang', module='swagger-spring-boot-starter', version='2.0.5.RELEASE')
)
                libraryDependencies += "cn.songxinqiang" % "swagger-spring-boot-starter" % "2.0.5.RELEASE"
                [cn.songxinqiang/swagger-spring-boot-starter "2.0.5.RELEASE"]