is not current version
Last Version 1.2.2

com.github.liuanxin:api-info 1.0.3

收集 api 文档, 需要 spring mvc 支持

GroupId

GroupId

com.github.liuanxin
ArtifactId

ArtifactId

api-info
Version

Version

1.0.3
Type

Type

jar

Download api-info 1.0.3


<!-- https://jarcasting.com/artifacts/com.github.liuanxin/api-info/ -->
<dependency>
    <groupId>com.github.liuanxin</groupId>
    <artifactId>api-info</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuanxin/api-info/
implementation 'com.github.liuanxin:api-info:1.0.3'
// https://jarcasting.com/artifacts/com.github.liuanxin/api-info/
implementation ("com.github.liuanxin:api-info:1.0.3")
'com.github.liuanxin:api-info:jar:1.0.3'
<dependency org="com.github.liuanxin" name="api-info" rev="1.0.3">
  <artifact name="api-info" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuanxin', module='api-info', version='1.0.3')
)
libraryDependencies += "com.github.liuanxin" % "api-info" % "1.0.3"
[com.github.liuanxin/api-info "1.0.3"]