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