a

api-doc

使用API-DOC生成接口协议文件,详见:https://gitlab.com/tgwang/api-doc
https://gitlab.com/tgwang/api-doc
The Apache Software License, Version 2.0
tgwang
Files download
File Operation
api-doc-1.0.0.jar download
api-doc-1.0.0.pom download
api-doc-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yunyear.code</groupId>
  <artifactId>api-doc</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.yunyear.code:api-doc:1.0.0'
Gradle Kotlin
implementation("com.yunyear.code:api-doc:1.0.0")
Scala SBT
libraryDependencies += "com.yunyear.code" % "api-doc" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.yunyear.code', module='api-doc', version='1.0.0')
)
Apache Ivy
<dependency org="com.yunyear.code" name="api-doc" rev="1.0.0" />
Leiningen
[com.yunyear.code/api-doc "1.0.0"]
Apache Buildr
'com.yunyear.code:api-doc:jar:1.0.0'