| Categories | 
                CategoriesSwagger Program Interface REST Frameworks | 
        
|---|---|
| GroupId | GroupIdcn.willingxyz.restdoc | 
    
| ArtifactId | ArtifactIdRestDocSwagger2 | 
    
| Version | Version0.2.0.0-beta1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSwagger2/ -->
<dependency>
    <groupId>cn.willingxyz.restdoc</groupId>
    <artifactId>RestDocSwagger2</artifactId>
    <version>0.2.0.0-beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSwagger2/
implementation 'cn.willingxyz.restdoc:RestDocSwagger2:0.2.0.0-beta1'
                // https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSwagger2/
implementation ("cn.willingxyz.restdoc:RestDocSwagger2:0.2.0.0-beta1")
                'cn.willingxyz.restdoc:RestDocSwagger2:jar:0.2.0.0-beta1'
                <dependency org="cn.willingxyz.restdoc" name="RestDocSwagger2" rev="0.2.0.0-beta1">
  <artifact name="RestDocSwagger2" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.willingxyz.restdoc', module='RestDocSwagger2', version='0.2.0.0-beta1')
)
                libraryDependencies += "cn.willingxyz.restdoc" % "RestDocSwagger2" % "0.2.0.0-beta1"
                [cn.willingxyz.restdoc/RestDocSwagger2 "0.2.0.0-beta1"]