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