| GroupId | GroupIdcn.willingxyz.restdoc |
|---|---|
| ArtifactId | ArtifactIdRestDocSpring |
| Version | Version0.1.8.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| RestDocSpring-0.1.8.2.pom | |
| RestDocSpring-0.1.8.2.jar | 21 KB |
| RestDocSpring-0.1.8.2-sources.jar | 11 KB |
| RestDocSpring-0.1.8.2-javadoc.jar | 103 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSpring/ -->
<dependency>
<groupId>cn.willingxyz.restdoc</groupId>
<artifactId>RestDocSpring</artifactId>
<version>0.1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSpring/
implementation 'cn.willingxyz.restdoc:RestDocSpring:0.1.8.2'
// https://jarcasting.com/artifacts/cn.willingxyz.restdoc/RestDocSpring/
implementation ("cn.willingxyz.restdoc:RestDocSpring:0.1.8.2")
'cn.willingxyz.restdoc:RestDocSpring:jar:0.1.8.2'
<dependency org="cn.willingxyz.restdoc" name="RestDocSpring" rev="0.1.8.2">
<artifact name="RestDocSpring" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.willingxyz.restdoc', module='RestDocSpring', version='0.1.8.2')
)
libraryDependencies += "cn.willingxyz.restdoc" % "RestDocSpring" % "0.1.8.2"
[cn.willingxyz.restdoc/RestDocSpring "0.1.8.2"]