| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
| GroupId | GroupIdcn.weiguangfu | 
    
| ArtifactId | ArtifactIdspringfox-swagger2-plus | 
    
| Last Version | Last Version2.9.2-1-beta2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionspringfox-swagger2-plus 
            Enhancement project of swagger2 project in spring boot or spring cloud framework. 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/cn.weiguangfu/springfox-swagger2-plus/ -->
<dependency>
    <groupId>cn.weiguangfu</groupId>
    <artifactId>springfox-swagger2-plus</artifactId>
    <version>2.9.2-1-beta2</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.weiguangfu/springfox-swagger2-plus/
implementation 'cn.weiguangfu:springfox-swagger2-plus:2.9.2-1-beta2'
                // https://jarcasting.com/artifacts/cn.weiguangfu/springfox-swagger2-plus/
implementation ("cn.weiguangfu:springfox-swagger2-plus:2.9.2-1-beta2")
                'cn.weiguangfu:springfox-swagger2-plus:jar:2.9.2-1-beta2'
                <dependency org="cn.weiguangfu" name="springfox-swagger2-plus" rev="2.9.2-1-beta2">
  <artifact name="springfox-swagger2-plus" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.weiguangfu', module='springfox-swagger2-plus', version='2.9.2-1-beta2')
)
                libraryDependencies += "cn.weiguangfu" % "springfox-swagger2-plus" % "2.9.2-1-beta2"
                [cn.weiguangfu/springfox-swagger2-plus "2.9.2-1-beta2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.springfox : springfox-swagger2 | jar | 2.9.2 | 
| io.springfox : springfox-swagger-ui | jar | 2.9.2 |