| GroupId | GroupIdcn.willingxyz.restdoc | 
    
|---|---|
| ArtifactId | ArtifactIdRestDocCore | 
    
| Version | Version0.2.0.0-beta1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| RestDocCore-0.2.0.0-beta1.pom | |
| RestDocCore-0.2.0.0-beta1.jar | 90 KB | 
| RestDocCore-0.2.0.0-beta1-sources.jar | 39 KB | 
| RestDocCore-0.2.0.0-beta1-javadoc.jar | 368 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocCore/ -->
<dependency>
    <groupId>cn.willingxyz.restdoc</groupId>
    <artifactId>RestDocCore</artifactId>
    <version>0.2.0.0-beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocCore/
implementation 'cn.willingxyz.restdoc:RestDocCore:0.2.0.0-beta1'
                // https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocCore/
implementation ("cn.willingxyz.restdoc:RestDocCore:0.2.0.0-beta1")
                'cn.willingxyz.restdoc:RestDocCore:jar:0.2.0.0-beta1'
                <dependency org="cn.willingxyz.restdoc" name="RestDocCore" rev="0.2.0.0-beta1">
  <artifact name="RestDocCore" type="jar" />
</dependency>
                @Grapes(
@Grab(group='cn.willingxyz.restdoc', module='RestDocCore', version='0.2.0.0-beta1')
)
                libraryDependencies += "cn.willingxyz.restdoc" % "RestDocCore" % "0.2.0.0-beta1"
                [cn.willingxyz.restdoc/RestDocCore "0.2.0.0-beta1"]