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