Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcn.willingxyz.restdoc |
ArtifactId | ArtifactIdRestDocSwagger2 |
Version | Version0.1.7.4 |
Type | Typejar |
Filename | Size |
---|---|
RestDocSwagger2-0.1.7.4.pom | |
RestDocSwagger2-0.1.7.4.jar | 13 KB |
RestDocSwagger2-0.1.7.4-sources.jar | 5 KB |
RestDocSwagger2-0.1.7.4-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSwagger2/ -->
<dependency>
<groupId>cn.willingxyz.restdoc</groupId>
<artifactId>RestDocSwagger2</artifactId>
<version>0.1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSwagger2/
implementation 'cn.willingxyz.restdoc:RestDocSwagger2:0.1.7.4'
// https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSwagger2/
implementation ("cn.willingxyz.restdoc:RestDocSwagger2:0.1.7.4")
'cn.willingxyz.restdoc:RestDocSwagger2:jar:0.1.7.4'
<dependency org="cn.willingxyz.restdoc" name="RestDocSwagger2" rev="0.1.7.4">
<artifact name="RestDocSwagger2" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.willingxyz.restdoc', module='RestDocSwagger2', version='0.1.7.4')
)
libraryDependencies += "cn.willingxyz.restdoc" % "RestDocSwagger2" % "0.1.7.4"
[cn.willingxyz.restdoc/RestDocSwagger2 "0.1.7.4"]