GroupId | GroupIdcom.github.liuanxin |
---|---|
ArtifactId | ArtifactIdapi-document |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCollect api document, support to spring mvc
|
Filename | Size |
---|---|
api-document-0.8.2.pom | |
api-document-0.8.2.jar | 108 KB |
api-document-0.8.2-sources.jar | 73 KB |
api-document-0.8.2-javadoc.jar | 209 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuanxin/api-document/ -->
<dependency>
<groupId>com.github.liuanxin</groupId>
<artifactId>api-document</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuanxin/api-document/
implementation 'com.github.liuanxin:api-document:0.8.2'
// https://jarcasting.com/artifacts/com.github.liuanxin/api-document/
implementation ("com.github.liuanxin:api-document:0.8.2")
'com.github.liuanxin:api-document:jar:0.8.2'
<dependency org="com.github.liuanxin" name="api-document" rev="0.8.2">
<artifact name="api-document" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuanxin', module='api-document', version='0.8.2')
)
libraryDependencies += "com.github.liuanxin" % "api-document" % "0.8.2"
[com.github.liuanxin/api-document "0.8.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | [5.2.3,) |
javax.servlet : servlet-api | jar | 2.5 |