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