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